public static enum UhfI.ST_LockObject extends java.lang.Enum<UhfI.ST_LockObject>
Enum Constant and Description |
---|
LOCK_OBJECT_ACCESS_PASSWD |
LOCK_OBJECT_BANK1 |
LOCK_OBJECT_BANK2 |
LOCK_OBJECT_BANK3 |
LOCK_OBJECT_KILL_PASSWORD |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static UhfI.ST_LockObject |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfI.ST_LockObject[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfI.ST_LockObject LOCK_OBJECT_KILL_PASSWORD
public static final UhfI.ST_LockObject LOCK_OBJECT_ACCESS_PASSWD
public static final UhfI.ST_LockObject LOCK_OBJECT_BANK1
public static final UhfI.ST_LockObject LOCK_OBJECT_BANK2
public static final UhfI.ST_LockObject LOCK_OBJECT_BANK3
public static UhfI.ST_LockObject[] values()
for (UhfI.ST_LockObject c : UhfI.ST_LockObject.values()) System.out.println(c);
public static UhfI.ST_LockObject 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()