public enum NssetStatusValueType extends java.lang.Enum<NssetStatusValueType>
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 NssetStatusValueType |
fromValue(java.lang.String v) |
java.lang.String |
getMessage() |
void |
setMessage(java.lang.String message) |
java.lang.String |
toString() |
java.lang.String |
value() |
static NssetStatusValueType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NssetStatusValueType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NssetStatusValueType OK
public static final NssetStatusValueType LINKED
public static final NssetStatusValueType SERVER_DELETE_PROHIBITED
public static final NssetStatusValueType SERVER_TRANSFER_PROHIBITED
public static final NssetStatusValueType SERVER_UPDATE_PROHIBITED
public static final NssetStatusValueType DELETE_CANDIDATE
public static NssetStatusValueType[] values()
for (NssetStatusValueType c : NssetStatusValueType.values()) System.out.println(c);
public static NssetStatusValueType 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 NssetStatusValueType fromValue(java.lang.String v)
public java.lang.String toString()
toString in class java.lang.Enum<NssetStatusValueType>Copyright © 2023. All rights reserved.