public static enum EPPRegistryZone.UnsupportedData extends java.lang.Enum<EPPRegistryZone.UnsupportedData>
unsupportedData attribute.| Enum Constant and Description |
|---|
fail
The server will fail the command that includes unsupported data.
|
ignore
The server will ignore the unsupported data and execute the command.
|
| Modifier and Type | Method and Description |
|---|---|
static EPPRegistryZone.UnsupportedData |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryZone.UnsupportedData[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPRegistryZone.UnsupportedData fail
public static final EPPRegistryZone.UnsupportedData ignore
public static EPPRegistryZone.UnsupportedData[] values()
for (EPPRegistryZone.UnsupportedData c : EPPRegistryZone.UnsupportedData.values()) System.out.println(c);
public static EPPRegistryZone.UnsupportedData 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.