public static enum EPPRegistryExternalHost.SharePolicy extends java.lang.Enum<EPPRegistryExternalHost.SharePolicy>
sharePolicy
attribute.Enum Constant and Description |
---|
perRegistrar
Constant for "perRegistrar" policy, where the external hosts are shared
across all domains of the registrar.
|
perSystem
Constant for "perSystem" policy, where external hosts are shared across
all zones of the system.
|
perZone
Constant for "perZone" policy, where the external hosts are shared
across all domains of the zone.
|
Modifier and Type | Method and Description |
---|---|
static EPPRegistryExternalHost.SharePolicy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryExternalHost.SharePolicy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPRegistryExternalHost.SharePolicy perRegistrar
public static final EPPRegistryExternalHost.SharePolicy perZone
public static final EPPRegistryExternalHost.SharePolicy perSystem
public static EPPRegistryExternalHost.SharePolicy[] values()
for (EPPRegistryExternalHost.SharePolicy c : EPPRegistryExternalHost.SharePolicy.values()) System.out.println(c);
public static EPPRegistryExternalHost.SharePolicy 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.