public enum KeysetStatusValueType extends java.lang.Enum<KeysetStatusValueType>
OK – no other states are setLINKED – the keyset has relation to other records in the RegistrySERVER_DELETE_PROHIBITED – deletion of the keyset is forbiddenSERVER_TRANSFER_PROHIBITED – transfer of the keyset is forbiddenSERVER_UPDATE_PROHIBITED – update of the keyset is forbiddenDELETE_CANDIDATE – the keyset is scheduled for deletion| Enum Constant and Description |
|---|
DELETE_CANDIDATE |
LINKED |
OK |
SERVER_DELETE_PROHIBITED |
SERVER_TRANSFER_PROHIBITED |
SERVER_UPDATE_PROHIBITED |
| Modifier and Type | Method and Description |
|---|---|
static KeysetStatusValueType |
fromValue(java.lang.String v) |
java.lang.String |
getMessage() |
void |
setMessage(java.lang.String message) |
java.lang.String |
toString() |
java.lang.String |
value() |
static KeysetStatusValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KeysetStatusValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeysetStatusValueType OK
public static final KeysetStatusValueType LINKED
public static final KeysetStatusValueType SERVER_DELETE_PROHIBITED
public static final KeysetStatusValueType SERVER_TRANSFER_PROHIBITED
public static final KeysetStatusValueType SERVER_UPDATE_PROHIBITED
public static final KeysetStatusValueType DELETE_CANDIDATE
public static KeysetStatusValueType[] values()
for (KeysetStatusValueType c : KeysetStatusValueType.values()) System.out.println(c);
public static KeysetStatusValueType 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 java.lang.String getMessage()
public void setMessage(java.lang.String message)
public static KeysetStatusValueType fromValue(java.lang.String v)
public java.lang.String toString()
toString in class java.lang.Enum<KeysetStatusValueType>Copyright © 2022. All rights reserved.