public enum ModuleRfidUhfType extends java.lang.Enum<ModuleRfidUhfType> implements IEnumType
Enum Constant and Description |
---|
AT6EM |
AT9200P |
ATR2000S |
ATR500S |
I2000MI |
I900MA |
None |
PHYCHIPS |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
java.lang.String |
toString() |
static ModuleRfidUhfType |
valueOf(int code) |
static ModuleRfidUhfType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ModuleRfidUhfType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModuleRfidUhfType None
public static final ModuleRfidUhfType I900MA
public static final ModuleRfidUhfType I2000MI
public static final ModuleRfidUhfType AT6EM
public static final ModuleRfidUhfType AT9200P
public static final ModuleRfidUhfType ATR500S
public static final ModuleRfidUhfType ATR2000S
public static final ModuleRfidUhfType PHYCHIPS
public static ModuleRfidUhfType[] values()
for (ModuleRfidUhfType c : ModuleRfidUhfType.values()) System.out.println(c);
public static ModuleRfidUhfType 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 java.lang.String toString()
toString
in interface IEnumType
toString
in class java.lang.Enum<ModuleRfidUhfType>
public static ModuleRfidUhfType valueOf(int code)