public static enum StUhf.Password.Type extends java.lang.Enum<StUhf.Password.Type>
AccessPassword,
KillPassword| Enum Constant and Description |
|---|
AccessPassword
access password
|
KillPassword
kill password
|
| Modifier and Type | Method and Description |
|---|---|
protected byte |
getByte() |
static StUhf.Password.Type |
ValueOf(byte id) |
static StUhf.Password.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StUhf.Password.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StUhf.Password.Type AccessPassword
public static final StUhf.Password.Type KillPassword
public static StUhf.Password.Type[] values()
for (StUhf.Password.Type c : StUhf.Password.Type.values()) System.out.println(c);
public static StUhf.Password.Type 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 nullprotected byte getByte()
public static StUhf.Password.Type ValueOf(byte id)