public static enum EPPRegistryDomain.HostModelSupported extends java.lang.Enum<EPPRegistryDomain.HostModelSupported>
hostModelSupported attribute.| Enum Constant and Description |
|---|
hostAttr
Constant for the host attribute model defined in RFC 5731.
|
hostObj
Constant for the host object model defined in RFC 5731.
|
| Modifier and Type | Method and Description |
|---|---|
static EPPRegistryDomain.HostModelSupported |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryDomain.HostModelSupported[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPRegistryDomain.HostModelSupported hostObj
public static final EPPRegistryDomain.HostModelSupported hostAttr
public static EPPRegistryDomain.HostModelSupported[] values()
for (EPPRegistryDomain.HostModelSupported c : EPPRegistryDomain.HostModelSupported.values()) System.out.println(c);
public static EPPRegistryDomain.HostModelSupported 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.