public static enum HF15693RequestEntity.TagType extends java.lang.Enum<HF15693RequestEntity.TagType>
| Enum Constant and Description | 
|---|
| EM4033 | 
| ICODE2 | 
| STLRIS64K | 
| TI2048 | 
| UNKNOWN | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getValue() | 
| static HF15693RequestEntity.TagType | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static HF15693RequestEntity.TagType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final HF15693RequestEntity.TagType ICODE2
public static final HF15693RequestEntity.TagType TI2048
public static final HF15693RequestEntity.TagType STLRIS64K
public static final HF15693RequestEntity.TagType EM4033
public static final HF15693RequestEntity.TagType UNKNOWN
public static HF15693RequestEntity.TagType[] values()
for (HF15693RequestEntity.TagType c : HF15693RequestEntity.TagType.values()) System.out.println(c);
public static HF15693RequestEntity.TagType 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 getValue()