public static enum Constants.ProvisioningEventType extends Enum<Constants.ProvisioningEventType>
Enum Constant and Description |
---|
LINK_FAILURE |
LINK_REPARATION |
NODE_FAILURE |
NODE_REPARATION |
Modifier and Type | Method and Description |
---|---|
static Constants.ProvisioningEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.ProvisioningEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.ProvisioningEventType NODE_FAILURE
public static final Constants.ProvisioningEventType LINK_FAILURE
public static final Constants.ProvisioningEventType NODE_REPARATION
public static final Constants.ProvisioningEventType LINK_REPARATION
public static Constants.ProvisioningEventType[] values()
for (Constants.ProvisioningEventType c : Constants.ProvisioningEventType.values()) System.out.println(c);
public static Constants.ProvisioningEventType 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