public static enum PartitionChangedEvent.PartitionChangedEventType extends Enum<PartitionChangedEvent.PartitionChangedEventType>
| Enum Constant and Description |
|---|
EXCEPTION_THROWN |
FINISHED |
MOVE |
| Modifier and Type | Method and Description |
|---|---|
static PartitionChangedEvent.PartitionChangedEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionChangedEvent.PartitionChangedEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PartitionChangedEvent.PartitionChangedEventType MOVE
public static final PartitionChangedEvent.PartitionChangedEventType FINISHED
public static final PartitionChangedEvent.PartitionChangedEventType EXCEPTION_THROWN
public static PartitionChangedEvent.PartitionChangedEventType[] values()
for (PartitionChangedEvent.PartitionChangedEventType c : PartitionChangedEvent.PartitionChangedEventType.values()) System.out.println(c);
public static PartitionChangedEvent.PartitionChangedEventType 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 nullCopyright © 2006–2019 JBoss by Red Hat. All rights reserved.