Enum Class EPPLaunchPolicyPhase.CreateForm
java.lang.Object
java.lang.Enum<EPPLaunchPolicyPhase.CreateForm>
com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyPhase.CreateForm
- All Implemented Interfaces:
Serializable,Cloneable,Comparable<EPPLaunchPolicyPhase.CreateForm>,Constable
- Enclosing class:
EPPLaunchPolicyPhase
public static enum EPPLaunchPolicyPhase.CreateForm
extends Enum<EPPLaunchPolicyPhase.CreateForm>
implements Serializable, Cloneable
Possible create forms supported by the phase.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionIndicates 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.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.Indicates support for the Mixed Create Form, where a mix of create forms is supported.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. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EPPLaunchPolicyPhase.CreateForm[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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. -
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. For example, the Sunrise Create Form and the Claims Create Form is supported in a single command by including both the verified trademark information and the information related to the registrant's acceptance of the Claims Notice.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-