KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > standard > JobStateReason

javax.print.attribute.standard
Class JobStateReason

java.lang.Object
  extended by javax.print.attribute.EnumSyntax
      extended by javax.print.attribute.standard.JobStateReason
All Implemented Interfaces:
Serializable, Cloneable, Attribute
See Also:
Source Code, JobState

public static final JobStateReason ABORTED_BY_SYSTEM
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason COMPRESSION_ERROR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason DOCUMENT_ACCESS_ERROR
See Also:
JobStateReasons
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason DOCUMENT_FORMAT_ERROR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final Class<? extends Attribute> getCategory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected EnumSyntax[] getEnumValueTable()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final String getName()
See Also:
Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected String[] getStringTable()
See Also:
EnumSyntax
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


protected JobStateReason(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_CANCELED_AT_DEVICE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_CANCELED_BY_OPERATOR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_CANCELED_BY_USER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_COMPLETED_SUCCESSFULLY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_COMPLETED_WITH_ERRORS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_COMPLETED_WITH_WARNINGS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_DATA_INSUFFICIENT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_HOLD_UNTIL_SPECIFIED
See Also:
JobHoldUntil
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_INCOMING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_INTERPRETING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_OUTGOING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_PRINTING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_QUEUED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_QUEUED_FOR_MARKER
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_RESTARTABLE
See Also:
JobStateReasons
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason JOB_TRANSFORMING
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason PRINTER_STOPPED
See Also:
PrinterState
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason PRINTER_STOPPED_PARTLY
See Also:
PrinterStateReason, PrinterStateReasons
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason PROCESSING_TO_STOP_POINT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason QUEUED_IN_DEVICE
See Also:
JobStateReasons, JobState
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason RESOURCES_ARE_NOT_READY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason SERVICE_OFF_LINE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason SUBMISSION_INTERRUPTED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason UNSUPPORTED_COMPRESSION
See Also:
Compression
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final JobStateReason UNSUPPORTED_DOCUMENT_FORMAT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags