public static enum BackupGridServiceManagerChangedEvent.Type extends Enum<BackupGridServiceManagerChangedEvent.Type>
Enum Constant and Description |
---|
ADDED
The event indicates that a GSM backup was added.
|
REMOVED
The event indicates that a GSM backup was removed.
|
Modifier and Type | Method and Description |
---|---|
static BackupGridServiceManagerChangedEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackupGridServiceManagerChangedEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BackupGridServiceManagerChangedEvent.Type ADDED
public static final BackupGridServiceManagerChangedEvent.Type REMOVED
public static BackupGridServiceManagerChangedEvent.Type[] values()
for (BackupGridServiceManagerChangedEvent.Type c : BackupGridServiceManagerChangedEvent.Type.values()) System.out.println(c);
public static BackupGridServiceManagerChangedEvent.Type 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 © GigaSpaces.