public static enum RFIDWithUHF.SingleModeEnum extends java.lang.Enum<RFIDWithUHF.SingleModeEnum>
Modifier and Type | Method and Description |
---|---|
byte |
getValue() |
static RFIDWithUHF.SingleModeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RFIDWithUHF.SingleModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RFIDWithUHF.SingleModeEnum MORE
public static final RFIDWithUHF.SingleModeEnum SINGEL
public byte getValue()
public static RFIDWithUHF.SingleModeEnum 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 nullpublic static RFIDWithUHF.SingleModeEnum[] values()
for (RFIDWithUHF.SingleModeEnum c : RFIDWithUHF.SingleModeEnum.values()) System.out.println(c);