public static enum EPPIdnTableInfoTable.Type extends java.lang.Enum<EPPIdnTableInfoTable.Type>
LANGUAGE
that represents a Language IDN Table.SCRIPT
that represents a Script IDN Table.Modifier and Type | Method and Description |
---|---|
static EPPIdnTableInfoTable.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPIdnTableInfoTable.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPIdnTableInfoTable.Type LANGUAGE
public static final EPPIdnTableInfoTable.Type SCRIPT
public static EPPIdnTableInfoTable.Type[] values()
for (EPPIdnTableInfoTable.Type c : EPPIdnTableInfoTable.Type.values()) System.out.println(c);
public static EPPIdnTableInfoTable.Type 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.