public static enum LabelResourceEvent.Type extends java.lang.Enum<LabelResourceEvent.Type>
| Enum Constant and Description |
|---|
POOL_CAPACITY_CHANGED
Signifies that a new pool has been administratively changed.
|
POOL_CREATED
Signifies that a new pool has been administratively created.
|
POOL_DESTROYED
Signifies that a new pool has been administratively destroyed.
|
| Modifier and Type | Method and Description |
|---|---|
static LabelResourceEvent.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LabelResourceEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LabelResourceEvent.Type POOL_CREATED
public static final LabelResourceEvent.Type POOL_DESTROYED
public static final LabelResourceEvent.Type POOL_CAPACITY_CHANGED
public static LabelResourceEvent.Type[] values()
for (LabelResourceEvent.Type c : LabelResourceEvent.Type.values()) System.out.println(c);
public static LabelResourceEvent.Type 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