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