public static enum SystemGroup.ACTION extends java.lang.Enum<SystemGroup.ACTION>
Modifier and Type | Method and Description |
---|---|
long |
value() |
static SystemGroup.ACTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemGroup.ACTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemGroup.ACTION DIS
public static final SystemGroup.ACTION SET
public static final SystemGroup.ACTION REQ
public static final SystemGroup.ACTION CHG
public static final SystemGroup.ACTION REP
public static final SystemGroup.ACTION FRC
public static SystemGroup.ACTION[] values()
for (SystemGroup.ACTION c : SystemGroup.ACTION.values()) System.out.println(c);
public static SystemGroup.ACTION 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 long value()