public class DataType
extends java.lang.Object
Modifier and Type | Field and 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
|
Constructor and Description |
---|
DataType() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getName(byte dataTypeID) |
public static final byte BOOLEAN
public static final byte BYTE
public static final byte SHORT
public static final byte INTEGER
public static final byte LONG
public static final byte FLOAT
public static final byte DOUBLE
public static final byte STRING
public static final byte UNKNOWN
Copyright © 2023 DeviceAtlas Limited. All rights reserved.