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