public static enum UhfI.ST_CustomCmdType extends java.lang.Enum<UhfI.ST_CustomCmdType>
限定符和类型 | 方法和说明 |
---|---|
int |
value() |
static UhfI.ST_CustomCmdType |
valueOf(int value) |
static UhfI.ST_CustomCmdType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static UhfI.ST_CustomCmdType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
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
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值public static UhfI.ST_CustomCmdType valueOf(int value)
public int value()