public static enum EPPRegistryZoneName.Form extends java.lang.Enum<EPPRegistryZoneName.Form>
form attribute.| Enum Constant and Description |
|---|
aLabel
The "aLabel" form of a zone name contains all ASCII name labels that
conform to [RFC0952] and [RFC1123].
|
uLabel
The "uLabel" form of a zone name that includes one or more non-ASCII
name labels that can be represented as ASCII labels using [RFC5890].
|
| Modifier and Type | Method and Description |
|---|---|
static EPPRegistryZoneName.Form |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryZoneName.Form[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPRegistryZoneName.Form aLabel
public static final EPPRegistryZoneName.Form uLabel
public static EPPRegistryZoneName.Form[] values()
for (EPPRegistryZoneName.Form c : EPPRegistryZoneName.Form.values()) System.out.println(c);
public static EPPRegistryZoneName.Form 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