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