public static enum PermaLock6cParam.LockState extends java.lang.Enum<PermaLock6cParam.LockState>
Enum Constant and Description |
---|
NoChanged |
PermalLock |
Modifier and Type | Method and Description |
---|---|
int |
getAction() |
int |
getCode() |
int |
getMask() |
java.lang.String |
toString() |
static PermaLock6cParam.LockState |
valueOf(int code) |
static PermaLock6cParam.LockState |
valueOf(int action,
int mask) |
static PermaLock6cParam.LockState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PermaLock6cParam.LockState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PermaLock6cParam.LockState NoChanged
public static final PermaLock6cParam.LockState PermalLock
public static PermaLock6cParam.LockState[] values()
for (PermaLock6cParam.LockState c : PermaLock6cParam.LockState.values()) System.out.println(c);
public static PermaLock6cParam.LockState 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 getCode()
public int getAction()
public int getMask()
public java.lang.String toString()
toString
in class java.lang.Enum<PermaLock6cParam.LockState>
public static PermaLock6cParam.LockState valueOf(int code)
code
- public static PermaLock6cParam.LockState valueOf(int action, int mask)
action
- mask
-