public static enum UhfI.ST_LockType extends java.lang.Enum<UhfI.ST_LockType>
Enum Constant and Description |
---|
ACCESS_PASSWD_LOCK |
ACCESS_PASSWD_PERM_LOCK |
ACCESS_PASSWD_UNLOCK |
BANK1_LOCK |
BANK1_PERM_LOCK |
BANK1_UNLOCK |
BANK2_LOCK |
BANK2_PERM_LOCK |
BANK2_UNLOCK |
BANK3_LOCK |
BANK3_PERM_LOCK |
BANK3_UNLOCK |
KILL_PASSWORD_LOCK |
KILL_PASSWORD_PERM_LOCK |
KILL_PASSWORD_UNLOCK |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static UhfI.ST_LockType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfI.ST_LockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfI.ST_LockType KILL_PASSWORD_UNLOCK
public static final UhfI.ST_LockType KILL_PASSWORD_LOCK
public static final UhfI.ST_LockType KILL_PASSWORD_PERM_LOCK
public static final UhfI.ST_LockType ACCESS_PASSWD_UNLOCK
public static final UhfI.ST_LockType ACCESS_PASSWD_LOCK
public static final UhfI.ST_LockType ACCESS_PASSWD_PERM_LOCK
public static final UhfI.ST_LockType BANK1_UNLOCK
public static final UhfI.ST_LockType BANK1_LOCK
public static final UhfI.ST_LockType BANK1_PERM_LOCK
public static final UhfI.ST_LockType BANK2_UNLOCK
public static final UhfI.ST_LockType BANK2_LOCK
public static final UhfI.ST_LockType BANK2_PERM_LOCK
public static final UhfI.ST_LockType BANK3_UNLOCK
public static final UhfI.ST_LockType BANK3_LOCK
public static final UhfI.ST_LockType BANK3_PERM_LOCK
public static UhfI.ST_LockType[] values()
for (UhfI.ST_LockType c : UhfI.ST_LockType.values()) System.out.println(c);
public static UhfI.ST_LockType 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 nullpublic int value()