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