public static enum UhfH.Protocol extends java.lang.Enum<UhfH.Protocol>
Enum Constant and Description |
---|
Customized_protocol |
GBT_29768_2013 |
GJB_73771_2011 |
ISO_18000_6C |
Modifier and Type | Method and Description |
---|---|
byte |
getValue() |
static UhfH.Protocol |
ValueOf(int value) |
static UhfH.Protocol |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfH.Protocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfH.Protocol ISO_18000_6C
public static final UhfH.Protocol GBT_29768_2013
public static final UhfH.Protocol GJB_73771_2011
public static final UhfH.Protocol Customized_protocol
public static UhfH.Protocol[] values()
for (UhfH.Protocol c : UhfH.Protocol.values()) System.out.println(c);
public static UhfH.Protocol 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 byte getValue()
public static UhfH.Protocol ValueOf(int value)