public enum DomainStatusValueType extends java.lang.Enum<DomainStatusValueType>
OK – no other states are setSERVER_DELETE_PROHIBITED – deletion of the domain is forbiddenSERVER_RENEW_PROHIBITED – renewal of the domain is forbiddenSERVER_TRANSFER_PROHIBITED – transfer of the domain is forbiddenSERVER_UPDATE_PROHIBITED – update of the domain is forbiddenSERVER_REGISTRANT_CHANGE_PROHIBITED – the change of the registrant of the domain is forbiddenSERVER_BLOCKED – the domain is blocked by administrationSERVER_OUTZONE_MANUAL – domain’s absence in the zone is forced by administrationSERVER_INZONE_MANUAL – domain’s presence in the zone is forced by administrationEXPIRED – the domain is expiredOUTZONE – the domain is not included in the zoneNOT_VALIDATED ENUM only – the ENUM domain is not validatedDELETE_CANDIDATE – the domain is scheduled for deletion| Modifier and Type | Method and Description |
|---|---|
static DomainStatusValueType |
fromValue(java.lang.String v) |
java.lang.String |
getMessage() |
void |
setMessage(java.lang.String message) |
java.lang.String |
toString() |
java.lang.String |
value() |
static DomainStatusValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DomainStatusValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DomainStatusValueType OK
public static final DomainStatusValueType SERVER_DELETE_PROHIBITED
public static final DomainStatusValueType SERVER_RENEW_PROHIBITED
public static final DomainStatusValueType SERVER_TRANSFER_PROHIBITED
public static final DomainStatusValueType SERVER_UPDATE_PROHIBITED
public static final DomainStatusValueType SERVER_REGISTRANT_CHANGE_PROHIBITED
public static final DomainStatusValueType SERVER_BLOCKED
public static final DomainStatusValueType SERVER_OUTZONE_MANUAL
public static final DomainStatusValueType SERVER_INZONE_MANUAL
public static final DomainStatusValueType EXPIRED
public static final DomainStatusValueType OUTZONE
public static final DomainStatusValueType NOT_VALIDATED
public static final DomainStatusValueType DELETE_CANDIDATE
public static DomainStatusValueType[] values()
for (DomainStatusValueType c : DomainStatusValueType.values()) System.out.println(c);
public static DomainStatusValueType 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 nullpublic java.lang.String value()
public static DomainStatusValueType fromValue(java.lang.String v)
public java.lang.String getMessage()
public void setMessage(java.lang.String message)
public java.lang.String toString()
toString in class java.lang.Enum<DomainStatusValueType>Copyright © 2021. All rights reserved.