public static enum StUhf.InterrogatorModelC.UmcLockParamter extends java.lang.Enum<StUhf.InterrogatorModelC.UmcLockParamter>
枚举常量和说明 |
---|
Accessible
表示可读写
|
AlwaysAccessible
永久可读写
|
AlwaysNotAccessible
永久不可读写
|
NoChange
保持不变
|
SecuredAccessible
授权状态下可读写
|
限定符和类型 | 方法和说明 |
---|---|
static StUhf.InterrogatorModelC.UmcLockParamter |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static StUhf.InterrogatorModelC.UmcLockParamter[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final StUhf.InterrogatorModelC.UmcLockParamter Accessible
public static final StUhf.InterrogatorModelC.UmcLockParamter AlwaysAccessible
public static final StUhf.InterrogatorModelC.UmcLockParamter SecuredAccessible
public static final StUhf.InterrogatorModelC.UmcLockParamter AlwaysNotAccessible
public static final StUhf.InterrogatorModelC.UmcLockParamter NoChange
public static StUhf.InterrogatorModelC.UmcLockParamter[] values()
for (StUhf.InterrogatorModelC.UmcLockParamter c : StUhf.InterrogatorModelC.UmcLockParamter.values()) System.out.println(c);
public static StUhf.InterrogatorModelC.UmcLockParamter valueOf(java.lang.String name)
name
- 要返回的枚举常量的名称。java.lang.IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException
- 如果参数为空值