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