Searched defs:PrinterIsAcceptingJobs (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DPrinterIsAcceptingJobs.java32 * Class PrinterIsAcceptingJobs is a printing attribute class, an enumeration,
50 public final class PrinterIsAcceptingJobs extends EnumSyntax class in inherits:EnumSyntax,PrintServiceAttribute
58 public static final PrinterIsAcceptingJobs
59 NOT_ACCEPTING_JOBS = new PrinterIsAcceptingJobs(0);
64 public static final PrinterIsAcceptingJobs
65 ACCEPTING_JOBS = new PrinterIsAcceptingJobs(1);
73 protected PrinterIsAcceptingJobs(int value) { method in class:PrinterIsAcceptingJobs
82 private static final PrinterIsAcceptingJobs[] myEnumValueTable = {
88 * Returns the string table for class PrinterIsAcceptingJobs.
95 * Returns the enumeration value table for class PrinterIsAcceptingJobs
[all...]

Completed in 31 milliseconds