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 Constants
    Enum Constant
    Description
    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.
    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 Type
    Method
    Description
    Returns the enum constant of this class with the specified name.
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • sunrise

      public static final EPPLaunchPolicyPhase.CreateForm 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

      public static final EPPLaunchPolicyPhase.CreateForm 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

      public static final EPPLaunchPolicyPhase.CreateForm 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

      public static final EPPLaunchPolicyPhase.CreateForm 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

      public static EPPLaunchPolicyPhase.CreateForm[] 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

      public static EPPLaunchPolicyPhase.CreateForm valueOf(String name)
      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 name
      NullPointerException - if the argument is null