public static enum EPPLaunchPolicyPhaseStatus.Status extends java.lang.Enum<EPPLaunchPolicyPhaseStatus.Status> implements java.io.Serializable, java.lang.Cloneable
statuses
attribute.Enum Constant and Description |
---|
allocated
The object corresponding to the application or registration has been
provisioned.
|
custom
A custom status that is defined using the "name" attribute.
|
invalid
The application or registration does not validate according to registry
rules.
|
pendingAllocation
The allocation of the application or registration is pending based on
the results of some out- of-band process (for example, an auction).
|
pendingValidation
The initial state of a newly-created application or registration
object.
|
rejected
The application or registration object was not provisioned.
|
validated
The application or registration meets relevant registry rules.
|
Modifier and Type | Method and Description |
---|---|
static EPPLaunchPolicyPhaseStatus.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLaunchPolicyPhaseStatus.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPLaunchPolicyPhaseStatus.Status pendingValidation
public static final EPPLaunchPolicyPhaseStatus.Status validated
public static final EPPLaunchPolicyPhaseStatus.Status invalid
public static final EPPLaunchPolicyPhaseStatus.Status pendingAllocation
public static final EPPLaunchPolicyPhaseStatus.Status allocated
public static final EPPLaunchPolicyPhaseStatus.Status rejected
public static final EPPLaunchPolicyPhaseStatus.Status custom
public static EPPLaunchPolicyPhaseStatus.Status[] values()
for (EPPLaunchPolicyPhaseStatus.Status c : EPPLaunchPolicyPhaseStatus.Status.values()) System.out.println(c);
public static EPPLaunchPolicyPhaseStatus.Status 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