public enum EPPOrgStatus extends java.lang.Enum<EPPOrgStatus> implements java.io.Serializable, java.lang.Cloneable
ok
- This is the normal status value for an object that has
no pending operations or prohibitions. This value is set and removed by the
server as other status values are added or removed.hold
- Organization transform commands and new links MUST be
rejected.terminated
- The organization which has been terminated MUST
NOT be linked. Organization transform commands and new links MUST be
rejected.linked
- The organization object has at least one active
association with another object. The "linked" status is not explicitly set by
the client. Servers SHOULD provide services to determine existing object
associations.clientLinkProhibited
or serverLinkProhibited
-
Requests to add new links to the organization MUST be rejected.clientUpdateProhibited
or
serverUpdateProhibited
- Requests to update the object (other
than to remove this status) MUST be rejected.clientDeleteProhibited
or serverDeleteProbited
- Requests to delete the object MUST be rejected.Enum Constant and Description |
---|
clientDeleteProhibited |
clientLinkProhibited |
clientUpdateProhibited |
hold |
linked |
ok |
serverDeleteProbited |
serverLinkProhibited |
serverUpdateProhibited |
terminated |
Modifier and Type | Method and Description |
---|---|
static EPPOrgStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EPPOrgStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EPPOrgStatus ok
public static final EPPOrgStatus hold
public static final EPPOrgStatus terminated
public static final EPPOrgStatus linked
public static final EPPOrgStatus clientLinkProhibited
public static final EPPOrgStatus serverLinkProhibited
public static final EPPOrgStatus clientUpdateProhibited
public static final EPPOrgStatus serverUpdateProhibited
public static final EPPOrgStatus clientDeleteProhibited
public static final EPPOrgStatus serverDeleteProbited
public static EPPOrgStatus[] values()
for (EPPOrgStatus c : EPPOrgStatus.values()) System.out.println(c);
public static EPPOrgStatus 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.