public static enum EPPRegistryInfoCmd.Mode extends java.lang.Enum<EPPRegistryInfoCmd.Mode>
mode
attribute, which defines the mode to
query.Enum Constant and Description |
---|
all
Queries for all of the client accessible and/or available zone objects
with a summary set of attributes per zone object.
|
name
Queries for a full set of attributes for a single zone object.
|
system
Queries for the registry system attributes.
|
Modifier and Type | Method and Description |
---|---|
static EPPRegistryInfoCmd.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryInfoCmd.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPRegistryInfoCmd.Mode all
public static final EPPRegistryInfoCmd.Mode name
public static final EPPRegistryInfoCmd.Mode system
public static EPPRegistryInfoCmd.Mode[] values()
for (EPPRegistryInfoCmd.Mode c : EPPRegistryInfoCmd.Mode.values()) System.out.println(c);
public static EPPRegistryInfoCmd.Mode 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.