public static enum EPPRegistryExceedMaxExDate.Policy extends java.lang.Enum<EPPRegistryExceedMaxExDate.Policy>
policy
attribute.Enum Constant and Description |
---|
clip
The server will clip the fractional period when the expiration date
exceeds the maximum expiration date by a fraction of a period and will
fail the renewal command when the expiration date exceeds the maximum
expiration date by a whole period and above.
|
disableRenewal
The server will execute the command with the renewal feature disabled
when the expiration date exceeds the maximum expiration date.
|
fail
The server will fail the renewal command when the expiration date
exceeds the maximum expiration date.
|
Modifier and Type | Method and Description |
---|---|
static EPPRegistryExceedMaxExDate.Policy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryExceedMaxExDate.Policy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPRegistryExceedMaxExDate.Policy fail
public static final EPPRegistryExceedMaxExDate.Policy clip
public static final EPPRegistryExceedMaxExDate.Policy disableRenewal
public static EPPRegistryExceedMaxExDate.Policy[] values()
for (EPPRegistryExceedMaxExDate.Policy c : EPPRegistryExceedMaxExDate.Policy.values()) System.out.println(c);
public static EPPRegistryExceedMaxExDate.Policy 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 nullCopyright © VeriSign Inc. All Rights Reserved.