public enum EnumNGetStatus extends java.lang.Enum<EnumNGetStatus> implements IStatus
| Enum Constant and Description |
|---|
FAILURE_NO_SUCH_OBJECT_INSTANCE
short value representing failure status
|
INVALID_ATTRIBUTE_VALUE
short value representing failure status
|
PROCESSING_FAILURE
short value representing failure status
|
REQUESTED_ATTRIBUTES_NOT_SUPPORTED
short value representing warning status
|
SOP_CLASS_NOT_SUPPORTED
short value representing failure status
|
SOP_INSTANCE_UID_DOES_NOT_EXIST_OR_IS_NOT_A_UPS_INSTANCE_MANAGED_BY_THIS_SCP
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 EnumNGetStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumNGetStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumNGetStatus INVALID_ATTRIBUTE_VALUE
public static final EnumNGetStatus SOP_CLASS_NOT_SUPPORTED
public static final EnumNGetStatus PROCESSING_FAILURE
public static final EnumNGetStatus FAILURE_NO_SUCH_OBJECT_INSTANCE
public static final EnumNGetStatus SUCCESS
public static final EnumNGetStatus UNABLE_TO_PROCESS_PARSING_FAILED
public static final EnumNGetStatus SOP_INSTANCE_UID_DOES_NOT_EXIST_OR_IS_NOT_A_UPS_INSTANCE_MANAGED_BY_THIS_SCP
public static final EnumNGetStatus REQUESTED_ATTRIBUTES_NOT_SUPPORTED
public static EnumNGetStatus[] values()
for (EnumNGetStatus c : EnumNGetStatus.values()) System.out.println(c);
public static EnumNGetStatus 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