public static enum Event.TopologyChange.Change extends java.lang.Enum<Event.TopologyChange.Change>
Enum Constant and Description |
---|
MOVED_NODE |
NEW_NODE |
REMOVED_NODE |
Modifier and Type | Method and Description |
---|---|
static Event.TopologyChange.Change |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Event.TopologyChange.Change[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Event.TopologyChange.Change NEW_NODE
public static final Event.TopologyChange.Change REMOVED_NODE
public static final Event.TopologyChange.Change MOVED_NODE
public static Event.TopologyChange.Change[] values()
for (Event.TopologyChange.Change c : Event.TopologyChange.Change.values()) System.out.println(c);
public static Event.TopologyChange.Change 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 nullCopyright © 2018 The Apache Software Foundation