public enum EnumCFindStatus extends java.lang.Enum<EnumCFindStatus> implements IStatus
| Enum Constant and Description |
|---|
CANCEL_MATCHING_TERMINATED_DUE_TO_CANCEL_REQUEST
Short value representing Cancel status
|
FAILURE_IDENTIFIER_DOES_NOT_MATCH_SOP_CLASS
Short value representing Failure status
|
FAILURE_REFUSED_OUT_OF_RESOURCE
Short value representing Failure status
|
FAILURE_SOP_CLASS_NOT_SUPPORTED
Short value representing Failure status
|
PENDING_MATCHES_CONTINUING_CURRENT_MATCH_SUPPLIED
Short value representing Pending status
|
PENDING_MATCHES_CONTINUING_WARNING_ONE_OR_MORE_OPTIONAL_KEYS_NOT_SUPPORTED
Short value representing Pending status
|
PROCESSING_FAILURE
Short value representing Processing Failure Status
|
SUCCESS_MATCHING_IS_COMPLETE
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 EnumCFindStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCFindStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCFindStatus CANCEL_MATCHING_TERMINATED_DUE_TO_CANCEL_REQUEST
public static final EnumCFindStatus SUCCESS_MATCHING_IS_COMPLETE
public static final EnumCFindStatus FAILURE_REFUSED_OUT_OF_RESOURCE
public static final EnumCFindStatus FAILURE_SOP_CLASS_NOT_SUPPORTED
public static final EnumCFindStatus FAILURE_IDENTIFIER_DOES_NOT_MATCH_SOP_CLASS
public static final EnumCFindStatus PENDING_MATCHES_CONTINUING_CURRENT_MATCH_SUPPLIED
public static final EnumCFindStatus PENDING_MATCHES_CONTINUING_WARNING_ONE_OR_MORE_OPTIONAL_KEYS_NOT_SUPPORTED
public static final EnumCFindStatus PROCESSING_FAILURE
public static final EnumCFindStatus UNABLE_TO_PROCESS_PARSING_FAILED
public static EnumCFindStatus[] values()
for (EnumCFindStatus c : EnumCFindStatus.values()) System.out.println(c);
public static EnumCFindStatus 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