public static enum EPPIdnTableInfoResp.Form extends java.lang.Enum<EPPIdnTableInfoResp.Form>
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 |
| Modifier and Type | Method and Description |
|---|---|
static EPPIdnTableInfoResp.Form |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPIdnTableInfoResp.Form[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPIdnTableInfoResp.Form DOMAIN_FORM
public static final EPPIdnTableInfoResp.Form TABLE_FORM
public static final EPPIdnTableInfoResp.Form LIST_FORM
public static EPPIdnTableInfoResp.Form[] values()
for (EPPIdnTableInfoResp.Form c : EPPIdnTableInfoResp.Form.values()) System.out.println(c);
public static EPPIdnTableInfoResp.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