public static enum T73Realm.OP extends Enum<T73Realm.OP>
Enum Constant and Description |
---|
CHECK_REPLICATED |
CHECK_REPLICATED_BODY |
IDLING |
IMPORT |
INITIALIZE |
NOP |
PROCESS |
PROCESS_ALL |
RECONFIGURE |
SCAN_CONFIG |
TERMINATE |
UPDATE_GROUP_RESULT |
Modifier and Type | Method and Description |
---|---|
static T73Realm.OP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static T73Realm.OP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final T73Realm.OP INITIALIZE
public static final T73Realm.OP TERMINATE
public static final T73Realm.OP PROCESS
public static final T73Realm.OP RECONFIGURE
public static final T73Realm.OP PROCESS_ALL
public static final T73Realm.OP SCAN_CONFIG
public static final T73Realm.OP CHECK_REPLICATED
public static final T73Realm.OP CHECK_REPLICATED_BODY
public static final T73Realm.OP IMPORT
public static final T73Realm.OP UPDATE_GROUP_RESULT
public static final T73Realm.OP IDLING
public static final T73Realm.OP NOP
public static T73Realm.OP[] values()
for (T73Realm.OP c : T73Realm.OP.values()) System.out.println(c);
public static T73Realm.OP 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 nullEDB Working Group at Tue Jun 10 17:08:59 JST 2025