org.openmuc.jmbus
public static enum DataRecord.DataValueType extends java.lang.Enum<DataRecord.DataValueType>
Modifier and Type | Method and Description |
---|---|
static DataRecord.DataValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DataRecord.DataValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataRecord.DataValueType LONG
public static final DataRecord.DataValueType DOUBLE
public static final DataRecord.DataValueType DATE
public static final DataRecord.DataValueType STRING
public static final DataRecord.DataValueType BCD
public static final DataRecord.DataValueType NONE
public static DataRecord.DataValueType[] values()
for (DataRecord.DataValueType c : DataRecord.DataValueType.values()) System.out.println(c);
public static DataRecord.DataValueType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is null