| Package | Description |
|---|---|
| com.verisign.epp.codec.registry.v01 |
| Modifier and Type | Method and Description |
|---|---|
EPPRegistryInternalHost.SharePolicy |
EPPRegistryInternalHost.getSharePolicy()
Gets the share policy.
|
static EPPRegistryInternalHost.SharePolicy |
EPPRegistryInternalHost.SharePolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPRegistryInternalHost.SharePolicy[] |
EPPRegistryInternalHost.SharePolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EPPRegistryInternalHost.setSharePolicy(EPPRegistryInternalHost.SharePolicy aSharePolicy)
Sets the share policy.
|
| Constructor and Description |
|---|
EPPRegistryInternalHost(java.lang.Integer aMin,
java.lang.Integer aMax,
EPPRegistryInternalHost.SharePolicy aSharePolicy,
java.lang.Boolean aUniqueIpAddressesRequired)
Constructor that takes
min, max, sharePolicy, and
uniqueIpAddressesRequired using Integer's. |
EPPRegistryInternalHost(int aMin,
int aMax,
EPPRegistryInternalHost.SharePolicy aSharePolicy,
java.lang.Boolean aUniqueIpAddressesRequired)
Constructor that takes
min, max, sharePolicy, and
uniqueIpAddressesRequired using int's. |
Copyright © VeriSign Inc. All Rights Reserved.