public static enum EPPIdnTableCheckResp.Form extends java.lang.Enum<EPPIdnTableCheckResp.Form>
UNDEFINED_FORM that represents an undefined state, where
neither or both tables and domains are defined.DOMAIN_FORM that represents the "Domain Check
Form", where domain names are only defined.TABLE_FORM that represents the "Table Check
Form", where table identifiers are only defined.| Enum Constant and Description |
|---|
DOMAIN_FORM |
TABLE_FORM |
UNDEFINED_FORM |
| Modifier and Type | Method and Description |
|---|---|
static EPPIdnTableCheckResp.Form |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPIdnTableCheckResp.Form[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPIdnTableCheckResp.Form UNDEFINED_FORM
public static final EPPIdnTableCheckResp.Form DOMAIN_FORM
public static final EPPIdnTableCheckResp.Form TABLE_FORM
public static EPPIdnTableCheckResp.Form[] values()
for (EPPIdnTableCheckResp.Form c : EPPIdnTableCheckResp.Form.values()) System.out.println(c);
public static EPPIdnTableCheckResp.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