public static enum UhfI.ST_TagProtocol extends java.lang.Enum<UhfI.ST_TagProtocol>
Enum Constant and Description |
---|
SL_TAG_PROTOCOL_GEN2 |
SL_TAG_PROTOCOL_IPX256 |
SL_TAG_PROTOCOL_IPX64 |
SL_TAG_PROTOCOL_ISO180006B |
SL_TAG_PROTOCOL_ISO180006B_UCODE |
SL_TAG_PROTOCOL_NONE |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static UhfI.ST_TagProtocol |
valueOf(int value) |
static UhfI.ST_TagProtocol |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfI.ST_TagProtocol[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfI.ST_TagProtocol SL_TAG_PROTOCOL_NONE
public static final UhfI.ST_TagProtocol SL_TAG_PROTOCOL_ISO180006B
public static final UhfI.ST_TagProtocol SL_TAG_PROTOCOL_GEN2
public static final UhfI.ST_TagProtocol SL_TAG_PROTOCOL_ISO180006B_UCODE
public static final UhfI.ST_TagProtocol SL_TAG_PROTOCOL_IPX64
public static final UhfI.ST_TagProtocol SL_TAG_PROTOCOL_IPX256
public static UhfI.ST_TagProtocol[] values()
for (UhfI.ST_TagProtocol c : UhfI.ST_TagProtocol.values()) System.out.println(c);
public static UhfI.ST_TagProtocol 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 int value()
public static UhfI.ST_TagProtocol valueOf(int value)