javax.print.attribute.standard
public class JobSheets extends EnumSyntax implements PrintJobAttribute, PrintRequestAttribute
JobSheets
printing attribute specifies if a
job start/end sheets should be printed.
IPP Compatibility: JobSheets is an IPP 1.1 attribute.
Field Summary | |
---|---|
static JobSheets | NONE
No job sheet is printed. |
static JobSheets | STANDARD
The standard job sheet is printed. |
Constructor Summary | |
---|---|
protected | JobSheets(int value)
Constructs a JobSheets object.
|
Method Summary | |
---|---|
Class<? extends Attribute> | getCategory()
Returns category of this class.
|
protected EnumSyntax[] | getEnumValueTable()
Returns a table with the enumeration values for this object.
|
String | getName()
Returns the name of this attribute.
|
protected String[] | getStringTable()
Returns a table with the enumeration values represented as strings
for this object.
|
JobSheets
object.
Parameters: value the enum value.
Returns: The class JobSheets
itself.
Returns: The enumeration values.
Returns: The name "job-sheets".
Returns: The enumeration values as strings.