Package com.verisign.epp.codec.fee.v1_0
Enum Class Phase
- All Implemented Interfaces:
Serializable,Comparable<Phase>,Constable
Phases, which include the following possible values:
SUNRISE- Phase when trademark holders can submit registrations or applications with trademark information that can be validated by.LANDRUSH- Post sunrise phase when non-trademark holders are allowed to register domain names with steps taken to address a large volume of initial registrations.CLAIMS- Trademark claims as defined by Trademark Clearinghouse model of displaying a claims notice to clients for domain names that match trademarks.OPEN- Post launch phase that is also referred to as "steady state". Servers MAY require additional trademark protection with this phase.CUSTOM- Custom phase that is defined using a free-form attribute like the "subphase" attribute.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionstatic PhaseGet the phase enumerated value given the matching string.toString()Convert the enumeratedPhasevalue to aString.static PhaseReturns the enum constant of this class with the specified name.static Phase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SUNRISE
-
LANDRUSH
-
CLAIMS
-
OPEN
-
CUSTOM
-
-
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
-
getPhase
Get the phase enumerated value given the matching string.- Parameters:
aString-Phaseenumerated string to convert to an enumeratedPhaseinstance.- Returns:
- Enumerated
Phasevalue matching theString. - Throws:
InvalidParameterException- IfaStringdoes not match an enumeratedPhasestring value.
-
toString
Convert the enumeratedPhasevalue to aString.
-