public static enum StUhf.InterrogatorModelF.UmfTagPwdPerm extends java.lang.Enum<StUhf.InterrogatorModelF.UmfTagPwdPerm>
Enum Constant and Description |
---|
Accessible |
AlwaysAccessible |
AlwaysNotAccessible |
NoChange |
SecuredAccessible |
Modifier and Type | Method and Description |
---|---|
static StUhf.InterrogatorModelF.UmfTagPwdPerm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.InterrogatorModelF.UmfTagPwdPerm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StUhf.InterrogatorModelF.UmfTagPwdPerm Accessible
public static final StUhf.InterrogatorModelF.UmfTagPwdPerm AlwaysAccessible
public static final StUhf.InterrogatorModelF.UmfTagPwdPerm SecuredAccessible
public static final StUhf.InterrogatorModelF.UmfTagPwdPerm AlwaysNotAccessible
public static final StUhf.InterrogatorModelF.UmfTagPwdPerm NoChange
public static StUhf.InterrogatorModelF.UmfTagPwdPerm[] values()
for (StUhf.InterrogatorModelF.UmfTagPwdPerm c : StUhf.InterrogatorModelF.UmfTagPwdPerm.values()) System.out.println(c);
public static StUhf.InterrogatorModelF.UmfTagPwdPerm 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