public static enum EPPRegistryDomainContact.Type extends java.lang.Enum<EPPRegistryDomainContact.Type>
sharePolicy
attribute.Enum Constant and Description |
---|
admin
administrative contact
|
billing
billing contact
|
tech
technical contact
|
Modifier and Type | Method and Description |
---|---|
static EPPRegistryDomainContact.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryDomainContact.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPRegistryDomainContact.Type admin
public static final EPPRegistryDomainContact.Type tech
public static final EPPRegistryDomainContact.Type billing
public static EPPRegistryDomainContact.Type[] values()
for (EPPRegistryDomainContact.Type c : EPPRegistryDomainContact.Type.values()) System.out.println(c);
public static EPPRegistryDomainContact.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 null