public enum EnumCGetStatus extends java.lang.Enum<EnumCGetStatus> implements IStatus
| Enum Constant and Description |
|---|
CANCEL_SUBOPERATIONS_TERMINATED_CANCEL_INDICATION
short value representing Cancel status.
|
FAILURE_IDENTIFIER_NOT_MATCH_SOP_CLASS
short value representing Failure status.
|
FAILURE_REFUSED_OUT_OF_RESOURCE_UNABLE_TO_CALCULATE_NO_OF_MATCHES
short value representing Failure status.
|
FAILURE_REFUSED_OUT_OF_RESOURCE_UNABLE_TO_PERFORM_SUBOPERATION
short value representing Failure status.
|
FAILURE_SOP_CLASS_NOT_SUPPORTED
short value representing Failure status.
|
PENDING_SUBOPERATIONS_CONTINUING
short value representing Pending status.
|
PROCESSING_FAILURE
Short value representing Processing Failure Status
|
SUCCESS
short value representing Success status.
|
UNABLE_TO_PROCESS_PARSING_FAILED
short value representing processing failure due to Parsing failed
|
WARNING_SUBOPERATIONS_COMPLETED_ONE_OR_MORE_FAILURE
short value representing Warning status.
|
| Modifier and Type | Method and Description |
|---|---|
short |
getValue()
Returns the short value of this enum.
|
static EnumCGetStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCGetStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCGetStatus FAILURE_REFUSED_OUT_OF_RESOURCE_UNABLE_TO_PERFORM_SUBOPERATION
public static final EnumCGetStatus FAILURE_REFUSED_OUT_OF_RESOURCE_UNABLE_TO_CALCULATE_NO_OF_MATCHES
public static final EnumCGetStatus FAILURE_IDENTIFIER_NOT_MATCH_SOP_CLASS
public static final EnumCGetStatus FAILURE_SOP_CLASS_NOT_SUPPORTED
public static final EnumCGetStatus CANCEL_SUBOPERATIONS_TERMINATED_CANCEL_INDICATION
public static final EnumCGetStatus WARNING_SUBOPERATIONS_COMPLETED_ONE_OR_MORE_FAILURE
public static final EnumCGetStatus SUCCESS
public static final EnumCGetStatus PROCESSING_FAILURE
public static final EnumCGetStatus PENDING_SUBOPERATIONS_CONTINUING
public static final EnumCGetStatus UNABLE_TO_PROCESS_PARSING_FAILED
public static EnumCGetStatus[] values()
for (EnumCGetStatus c : EnumCGetStatus.values()) System.out.println(c);
public static EnumCGetStatus 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