public static enum UhfI.ST_CustomCmdType extends java.lang.Enum<UhfI.ST_CustomCmdType>
Modifier and Type | Method and Description |
---|---|
int |
value() |
static UhfI.ST_CustomCmdType |
valueOf(int value) |
static UhfI.ST_CustomCmdType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfI.ST_CustomCmdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfI.ST_CustomCmdType NXP_SetReadProtect
public static final UhfI.ST_CustomCmdType NXP_ResetReadProtect
public static final UhfI.ST_CustomCmdType NXP_ChangeEAS
public static final UhfI.ST_CustomCmdType NXP_EASAlarm
public static final UhfI.ST_CustomCmdType NXP_Calibrate
public static final UhfI.ST_CustomCmdType ALIEN_Higgs2_PartialLoadImage
public static final UhfI.ST_CustomCmdType ALIEN_Higgs2_FullLoadImage
public static final UhfI.ST_CustomCmdType ALIEN_Higgs3_FastLoadImage
public static final UhfI.ST_CustomCmdType ALIEN_Higgs3_LoadImage
public static final UhfI.ST_CustomCmdType ALIEN_Higgs3_BlockReadLock
public static final UhfI.ST_CustomCmdType ALIEN_Higgs3_BlockPermaLock
public static final UhfI.ST_CustomCmdType IMPINJ_M4_Qt
public static UhfI.ST_CustomCmdType[] values()
for (UhfI.ST_CustomCmdType c : UhfI.ST_CustomCmdType.values()) System.out.println(c);
public static UhfI.ST_CustomCmdType 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 static UhfI.ST_CustomCmdType valueOf(int value)
public int value()