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.
| Modifier and Type | Field and Description |
|---|---|
static JobSheets |
NONE
No job sheet is printed.
|
static JobSheets |
STANDARD
The standard job sheet is printed.
|
| Modifier | Constructor and Description |
|---|---|
protected |
JobSheets(int value)
Constructs a
JobSheets object. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
clone, getOffset, getValue, hashCode, readResolve, toStringprotected JobSheets(int value)
JobSheets object.value - the enum value.public Class<? extends Attribute> getCategory()
getCategory in interface AttributeJobSheets itself.protected String[] getStringTable()
getStringTable in class EnumSyntaxprotected EnumSyntax[] getEnumValueTable()
getEnumValueTable in class EnumSyntax