public static enum EPPRegistryLanguage.VariantStrategy extends java.lang.Enum<EPPRegistryLanguage.VariantStrategy>
variantStrategy
attribute.Enum Constant and Description |
---|
blocked
Variant registrations are blocked for all clients
|
open
Variant registrations are open to all clients.
|
restricted
Variant registrations are allowed for client of the original IDN
registration.
|
Modifier and Type | Method and Description |
---|---|
static EPPRegistryLanguage.VariantStrategy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryLanguage.VariantStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPRegistryLanguage.VariantStrategy blocked
public static final EPPRegistryLanguage.VariantStrategy restricted
public static final EPPRegistryLanguage.VariantStrategy open
public static EPPRegistryLanguage.VariantStrategy[] values()
for (EPPRegistryLanguage.VariantStrategy c : EPPRegistryLanguage.VariantStrategy.values()) System.out.println(c);
public static EPPRegistryLanguage.VariantStrategy 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