Class DataType


  • public class DataType
    extends java.lang.Object
    The data types for various properties. Each Property object returned has a getDataType() method. Copyright (c) DeviceAtlas Limited 2023. All Rights Reserved.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static byte BOOLEAN
      Type boolean
      static byte BYTE
      Type byte
      static byte DOUBLE
      Type double
      static byte FLOAT
      Type float
      static byte INTEGER
      Type int
      static byte LONG
      Type long int
      static byte SHORT
      Type short int
      static byte STRING
      Type string
      static byte UNKNOWN
      Unknown type
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getName​(byte dataTypeID)
      Get the name of a given data type.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait