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 ConstantsEnum ConstantDescriptionIndicates 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 TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EPPLaunchPolicyPhase.CheckForm[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
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
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
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
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
-