Enum Class EPPLaunchPolicyPhase.CheckForm

java.lang.Object
java.lang.Enum<EPPLaunchPolicyPhase.CheckForm>
com.verisign.epp.codec.launchpolicy.v01.EPPLaunchPolicyPhase.CheckForm
All Implemented Interfaces:
Serializable, Cloneable, Comparable<EPPLaunchPolicyPhase.CheckForm>, Constable
Enclosing class:
EPPLaunchPolicyPhase

public static enum EPPLaunchPolicyPhase.CheckForm extends Enum<EPPLaunchPolicyPhase.CheckForm> implements Serializable, Cloneable
Possible check 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 Availability Check Form, which extends the Domain Check Command to specify which launch phase to use to check the availability for each domain name passed in the command.
    Indicates support for the Claims Check Form, which defines a new command called the Claims Check Command that is used to determine whether or not there are any matching trademarks, in the specified launch phase, for each domain name passed in the command.
    Indicates support for the Trademark Check Form, which defines a new command called the Trademark Check Command that is used to determine whether or not there are any matching trademarks for each domain name passed in the command, independent of the active launch phase.
  • 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

    • claims

      public static final EPPLaunchPolicyPhase.CheckForm claims
      Indicates support for the Claims Check Form, which defines a new command called the Claims Check Command that is used to determine whether or not there are any matching trademarks, in the specified launch phase, for each domain name passed in the command.
    • availability

      public static final EPPLaunchPolicyPhase.CheckForm availability
      Indicates support for the Availability Check Form, which extends the Domain Check Command to specify which launch phase to use to check the availability for each domain name passed in the command.
    • trademark

      public static final EPPLaunchPolicyPhase.CheckForm trademark
      Indicates support for the Trademark Check Form, which defines a new command called the Trademark Check Command that is used to determine whether or not there are any matching trademarks for each domain name passed in the command, independent of the active launch phase.
  • Method Details

    • values

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