public static enum Decoder.DecodeState extends Enum<Decoder.DecodeState>
Enum Constant and Description |
---|
A_FIELD |
ACCESS_NUMBER |
APPLICATION_RESET_SUBCODE |
C_FIELD |
CHECKSUM |
CI_FIELD |
END_SIGN |
EXPECT_START |
GENERAL_APPLICATION_ERRORCODE |
IDENT_NUMBER |
LONG_LENGTH_1 |
LONG_LENGTH_2 |
MANUFACTURER |
MEDIUM |
SIGNATURE |
START_LONG_PACK |
STATUS |
VARIABLE_DATA_BLOCK |
VERSION |
Modifier and Type | Method and Description |
---|---|
static Decoder.DecodeState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Decoder.DecodeState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Decoder.DecodeState EXPECT_START
public static final Decoder.DecodeState LONG_LENGTH_1
public static final Decoder.DecodeState LONG_LENGTH_2
public static final Decoder.DecodeState START_LONG_PACK
public static final Decoder.DecodeState C_FIELD
public static final Decoder.DecodeState A_FIELD
public static final Decoder.DecodeState CI_FIELD
public static final Decoder.DecodeState APPLICATION_RESET_SUBCODE
public static final Decoder.DecodeState GENERAL_APPLICATION_ERRORCODE
public static final Decoder.DecodeState IDENT_NUMBER
public static final Decoder.DecodeState MANUFACTURER
public static final Decoder.DecodeState VERSION
public static final Decoder.DecodeState MEDIUM
public static final Decoder.DecodeState ACCESS_NUMBER
public static final Decoder.DecodeState STATUS
public static final Decoder.DecodeState SIGNATURE
public static final Decoder.DecodeState VARIABLE_DATA_BLOCK
public static final Decoder.DecodeState CHECKSUM
public static final Decoder.DecodeState END_SIGN
public static Decoder.DecodeState[] values()
for (Decoder.DecodeState c : Decoder.DecodeState.values()) System.out.println(c);
public static Decoder.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.