public static enum EPPLaunchPolicyPhase.CheckForm extends java.lang.Enum<EPPLaunchPolicyPhase.CheckForm> implements java.io.Serializable, java.lang.Cloneable
Enum Constant and Description |
---|
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.
|
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.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static EPPLaunchPolicyPhase.CheckForm |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPLaunchPolicyPhase.CheckForm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPLaunchPolicyPhase.CheckForm claims
public static final EPPLaunchPolicyPhase.CheckForm availability
public static final EPPLaunchPolicyPhase.CheckForm trademark
public static EPPLaunchPolicyPhase.CheckForm[] values()
for (EPPLaunchPolicyPhase.CheckForm c : EPPLaunchPolicyPhase.CheckForm.values()) System.out.println(c);
public static EPPLaunchPolicyPhase.CheckForm 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 null