public static enum EPPRegistryInfoCmd.Scope extends java.lang.Enum<EPPRegistryInfoCmd.Scope>
scope attribute.| Enum Constant and Description |
|---|
accessible
Indicate the zones that are accessible to the client.
|
available
Indicate the zones that are not accessible to the client but available
on the server.
|
both
Indicate both accessible and available zones
|
| Modifier and Type | Method and Description |
|---|---|
static EPPRegistryInfoCmd.Scope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryInfoCmd.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPRegistryInfoCmd.Scope accessible
public static final EPPRegistryInfoCmd.Scope available
public static final EPPRegistryInfoCmd.Scope both
public static EPPRegistryInfoCmd.Scope[] values()
for (EPPRegistryInfoCmd.Scope c : EPPRegistryInfoCmd.Scope.values()) System.out.println(c);
public static EPPRegistryInfoCmd.Scope 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