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