public static enum StUhf.InterrogatorModelC.UmcLockParamter extends java.lang.Enum<StUhf.InterrogatorModelC.UmcLockParamter>
Enum Constant and Description |
---|
Accessible
表示可读写
|
AlwaysAccessible
永久可读写
|
AlwaysNotAccessible
永久不可读写
|
NoChange
保持不变
|
SecuredAccessible
授权状态下可读写
|
Modifier and Type | Method and Description |
---|---|
static StUhf.InterrogatorModelC.UmcLockParamter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.InterrogatorModelC.UmcLockParamter[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
- 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 null