org.openmuc.jmbus
public static enum VariableDataBlock.FunctionField extends java.lang.Enum<VariableDataBlock.FunctionField>
Enum Constant and Description |
---|
ERROR_VAL |
INST_VAL |
MAX_VAL |
MIN_VAL |
Modifier and Type | Method and Description |
---|---|
static VariableDataBlock.FunctionField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static VariableDataBlock.FunctionField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableDataBlock.FunctionField INST_VAL
public static final VariableDataBlock.FunctionField MAX_VAL
public static final VariableDataBlock.FunctionField MIN_VAL
public static final VariableDataBlock.FunctionField ERROR_VAL
public static VariableDataBlock.FunctionField[] values()
for (VariableDataBlock.FunctionField c : VariableDataBlock.FunctionField.values()) System.out.println(c);
public static VariableDataBlock.FunctionField 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