public static enum EPPIdnTableInfoCmd.Form extends java.lang.Enum<EPPIdnTableInfoCmd.Form>
UNDEFINED_FORM that represents an undefined state, where
none of the forms can be determined.DOMAIN_FORM that represents the "Domain Info
Form".TABLE_FORM that represents the "Table Info
Form".LIST_FORM that represents the "List Info
Form".| Enum Constant and Description |
|---|
DOMAIN_FORM |
LIST_FORM |
TABLE_FORM |
UNDEFINED_FORM |
| Modifier and Type | Method and Description |
|---|---|
static EPPIdnTableInfoCmd.Form |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPIdnTableInfoCmd.Form[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPIdnTableInfoCmd.Form UNDEFINED_FORM
public static final EPPIdnTableInfoCmd.Form DOMAIN_FORM
public static final EPPIdnTableInfoCmd.Form TABLE_FORM
public static final EPPIdnTableInfoCmd.Form LIST_FORM
public static EPPIdnTableInfoCmd.Form[] values()
for (EPPIdnTableInfoCmd.Form c : EPPIdnTableInfoCmd.Form.values()) System.out.println(c);
public static EPPIdnTableInfoCmd.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