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