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