public static enum EPPLaunchPolicyPhase.CreateForm extends java.lang.Enum<EPPLaunchPolicyPhase.CreateForm> implements java.io.Serializable, java.lang.Cloneable
Enum Constant and Description |
---|
claims
Indicates support for the Claims Create Form, which is an extension of
the Domain Create Command to include information related to the
registrant's acceptance of the Claims Notice.
|
general
Indicates support for the General Create Form, which is an extension of
the Domain Create Command to specify the target launch phase for the
domain create.
|
mixed
Indicates support for the Mixed Create Form, where a mix of create
forms is supported.
|
sunrise
Indicates support for the Sunrise Create Form, which is an extension of
the Domain Create Command to include the verifiable trademark
information that the server uses to match against the domain name to
authorize the domain create.
|
Modifier and Type | Method and Description |
---|---|
static EPPLaunchPolicyPhase.CreateForm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLaunchPolicyPhase.CreateForm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPLaunchPolicyPhase.CreateForm sunrise
public static final EPPLaunchPolicyPhase.CreateForm claims
public static final EPPLaunchPolicyPhase.CreateForm general
public static final EPPLaunchPolicyPhase.CreateForm mixed
public static EPPLaunchPolicyPhase.CreateForm[] values()
for (EPPLaunchPolicyPhase.CreateForm c : EPPLaunchPolicyPhase.CreateForm.values()) System.out.println(c);
public static EPPLaunchPolicyPhase.CreateForm 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 nullCopyright © VeriSign Inc. All Rights Reserved.