public static enum VariableDataBlockDecoder.DecodeState extends Enum<VariableDataBlockDecoder.DecodeState>
Enum Constant and Description |
---|
ASCII_VIF_COLLECT |
ASCII_VIF_LENGTH |
COLLECTING_VALUE |
DIF |
DIFE |
ERROR |
MAN_SPEC_VIFE |
RESULT_AVAIL |
SET_VARIABLE_LENGTH |
VIF |
VIF_FB |
VIF_FC |
VIF_FD |
VIFE |
VIFE_FC |
WAIT_FOR_INIT |
Modifier and Type | Method and Description |
---|---|
static VariableDataBlockDecoder.DecodeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableDataBlockDecoder.DecodeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableDataBlockDecoder.DecodeState WAIT_FOR_INIT
public static final VariableDataBlockDecoder.DecodeState DIF
public static final VariableDataBlockDecoder.DecodeState DIFE
public static final VariableDataBlockDecoder.DecodeState VIF
public static final VariableDataBlockDecoder.DecodeState VIF_FB
public static final VariableDataBlockDecoder.DecodeState VIF_FC
public static final VariableDataBlockDecoder.DecodeState VIF_FD
public static final VariableDataBlockDecoder.DecodeState VIFE
public static final VariableDataBlockDecoder.DecodeState MAN_SPEC_VIFE
public static final VariableDataBlockDecoder.DecodeState VIFE_FC
public static final VariableDataBlockDecoder.DecodeState ASCII_VIF_LENGTH
public static final VariableDataBlockDecoder.DecodeState ASCII_VIF_COLLECT
public static final VariableDataBlockDecoder.DecodeState SET_VARIABLE_LENGTH
public static final VariableDataBlockDecoder.DecodeState COLLECTING_VALUE
public static final VariableDataBlockDecoder.DecodeState ERROR
public static final VariableDataBlockDecoder.DecodeState RESULT_AVAIL
public static VariableDataBlockDecoder.DecodeState[] values()
for (VariableDataBlockDecoder.DecodeState c : VariableDataBlockDecoder.DecodeState.values()) System.out.println(c);
public static VariableDataBlockDecoder.DecodeState 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 © 2009–2016 MBus4J. All rights reserved.