public enum EnumCMoveStatus extends java.lang.Enum<EnumCMoveStatus> 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_MOVE_DESTINATION_UNKNOWN
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 EnumCMoveStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCMoveStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCMoveStatus PENDING_SUBOPERATIONS_CONTINUING
public static final EnumCMoveStatus SUCCESS
public static final EnumCMoveStatus WARNING_SUBOPERATIONS_COMPLETED_ONE_OR_MORE_FAILURE
public static final EnumCMoveStatus CANCEL_SUBOPERATIONS_TERMINATED_CANCEL_INDICATION
public static final EnumCMoveStatus FAILURE_SOP_CLASS_NOT_SUPPORTED
public static final EnumCMoveStatus FAILURE_IDENTIFIER_NOT_MATCH_SOP_CLASS
public static final EnumCMoveStatus FAILURE_REFUSED_MOVE_DESTINATION_UNKNOWN
public static final EnumCMoveStatus FAILURE_REFUSED_OUT_OF_RESOURCE_UNABLE_TO_PERFORM_SUBOPERATION
public static final EnumCMoveStatus PROCESSING_FAILURE
public static final EnumCMoveStatus FAILURE_REFUSED_OUT_OF_RESOURCE_UNABLE_TO_CALCULATE_NO_OF_MATCHES
public static final EnumCMoveStatus UNABLE_TO_PROCESS_PARSING_FAILED
public static EnumCMoveStatus[] values()
for (EnumCMoveStatus c : EnumCMoveStatus.values()) System.out.println(c);
public static EnumCMoveStatus 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