public static enum DataTypeProperty.DataType extends Enum<DataTypeProperty.DataType>
| Enum Constant and Description |
|---|
BYTE |
BYTE_ARRAY |
FIXED32 |
INT |
LONG |
LONG_DATE_TIME |
PASCAL_STRING |
SHORT |
STRING |
UINT |
UINT_BASE_128 |
ULONG |
USHORT |
| Modifier and Type | Method and Description |
|---|---|
static DataTypeProperty.DataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataTypeProperty.DataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataTypeProperty.DataType SHORT
public static final DataTypeProperty.DataType USHORT
public static final DataTypeProperty.DataType LONG
public static final DataTypeProperty.DataType ULONG
public static final DataTypeProperty.DataType FIXED32
public static final DataTypeProperty.DataType INT
public static final DataTypeProperty.DataType UINT
public static final DataTypeProperty.DataType BYTE
public static final DataTypeProperty.DataType STRING
public static final DataTypeProperty.DataType LONG_DATE_TIME
public static final DataTypeProperty.DataType UINT_BASE_128
public static final DataTypeProperty.DataType BYTE_ARRAY
public static final DataTypeProperty.DataType PASCAL_STRING
public static DataTypeProperty.DataType[] values()
for (DataTypeProperty.DataType c : DataTypeProperty.DataType.values()) System.out.println(c);
public static DataTypeProperty.DataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.