KickJava   Java API By Example, From Geeks To Geeks.

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

javax.print.attribute.standard
Class JobState

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

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


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


public static final JobState COMPLETED
See Also:
JobStateReasons
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 JobState(int value)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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


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


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


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

Popular Tags