public static enum PortPairGroupEvent.Type extends Enum<PortPairGroupEvent.Type>
| Enum Constant and Description |
|---|
PORT_PAIR_GROUP_DELETE
Signifies that port-pair-group has been deleted.
|
PORT_PAIR_GROUP_PUT
Signifies that port-pair-group has been created.
|
PORT_PAIR_GROUP_UPDATE
Signifies that port-pair-group has been updated.
|
| Modifier and Type | Method and Description |
|---|---|
static PortPairGroupEvent.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PortPairGroupEvent.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PortPairGroupEvent.Type PORT_PAIR_GROUP_PUT
public static final PortPairGroupEvent.Type PORT_PAIR_GROUP_DELETE
public static final PortPairGroupEvent.Type PORT_PAIR_GROUP_UPDATE
public static PortPairGroupEvent.Type[] values()
for (PortPairGroupEvent.Type c : PortPairGroupEvent.Type.values()) System.out.println(c);
public static PortPairGroupEvent.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 null