Methods Summary |
---|
public final java.lang.Class | getCategory()Get the printing attribute class which is to be used as the "category"
for this printing attribute value.
For class PrinterIsAcceptingJobs, the
category is class PrinterIsAcceptingJobs itself.
return PrinterIsAcceptingJobs.class;
|
protected javax.print.attribute.EnumSyntax[] | getEnumValueTable()Returns the enumeration value table for class PrinterIsAcceptingJobs.
return myEnumValueTable;
|
public final java.lang.String | getName()Get the name of the category of which this attribute value is an
instance.
For class PrinterIsAcceptingJobs, the
category name is "printer-is-accepting-jobs" .
return "printer-is-accepting-jobs";
|
protected java.lang.String[] | getStringTable()Returns the string table for class PrinterIsAcceptingJobs.
return myStringTable;
|