public enum EnumNDeleteStatus extends java.lang.Enum<EnumNDeleteStatus> implements IStatus
| Enum Constant and Description |
|---|
INVALID_ATTRIBUTE_VALUE
short value representing failure status
|
PROCESSING_FAILURE
short value representing failure status
|
SOP_CLASS_NOT_SUPPORTED
short value representing failure status
|
SUCCESS
short value representing success status
|
UNABLE_TO_PROCESS_PARSING_FAILED
short value representing processing failure due to Parsing failed
|
| Modifier and Type | Method and Description |
|---|---|
short |
getValue()
Returns the short value of this enum.
|
static EnumNDeleteStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumNDeleteStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumNDeleteStatus INVALID_ATTRIBUTE_VALUE
public static final EnumNDeleteStatus SOP_CLASS_NOT_SUPPORTED
public static final EnumNDeleteStatus PROCESSING_FAILURE
public static final EnumNDeleteStatus SUCCESS
public static final EnumNDeleteStatus UNABLE_TO_PROCESS_PARSING_FAILED
public static EnumNDeleteStatus[] values()
for (EnumNDeleteStatus c : EnumNDeleteStatus.values()) System.out.println(c);
public static EnumNDeleteStatus 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 null