public static enum MetisServers.Event extends java.lang.Enum<MetisServers.Event>
Enum Constant and Description |
---|
ADDED_ACTIVE_METISSERVER |
CHANGED_ACTIVE_METISSERVER |
DEACTIVATE |
NEW_METIS_SERVER |
REMOVE |
Modifier and Type | Method and Description |
---|---|
static MetisServers.Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetisServers.Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetisServers.Event ADDED_ACTIVE_METISSERVER
public static final MetisServers.Event CHANGED_ACTIVE_METISSERVER
public static final MetisServers.Event DEACTIVATE
public static final MetisServers.Event REMOVE
public static final MetisServers.Event NEW_METIS_SERVER
public static MetisServers.Event[] values()
for (MetisServers.Event c : MetisServers.Event.values()) System.out.println(c);
public static MetisServers.Event 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 null