public static enum LockStateEnum.ConcreteLockStateEnum extends Enum<LockStateEnum.ConcreteLockStateEnum>
Enum Constant and Description |
---|
LOCKED |
MMB_INVALID_VALUE |
UNLOCKED |
Modifier and Type | Method and Description |
---|---|
static LockStateEnum.ConcreteLockStateEnum |
get(byte v) |
byte |
getCode() |
String |
getLabel() |
static LockStateEnum.ConcreteLockStateEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LockStateEnum.ConcreteLockStateEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LockStateEnum.ConcreteLockStateEnum UNLOCKED
public static final LockStateEnum.ConcreteLockStateEnum LOCKED
public static final LockStateEnum.ConcreteLockStateEnum MMB_INVALID_VALUE
public static LockStateEnum.ConcreteLockStateEnum[] values()
for (LockStateEnum.ConcreteLockStateEnum c : LockStateEnum.ConcreteLockStateEnum.values()) System.out.println(c);
public static LockStateEnum.ConcreteLockStateEnum valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static LockStateEnum.ConcreteLockStateEnum get(byte v)
public byte getCode()
public String getLabel()
Copyright © 2015. All rights reserved.