public class JobSheets extends javax.print.attribute.EnumSyntax implements javax.print.attribute.PrintJobAttribute, javax.print.attribute.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 |
|---|---|
java.lang.Class<? extends javax.print.attribute.Attribute> |
getCategory()
Returns category of this class.
|
protected javax.print.attribute.EnumSyntax[] |
getEnumValueTable()
Returns a table with the enumeration values for this object.
|
java.lang.String |
getName()
Returns the name of this attribute.
|
protected java.lang.String[] |
getStringTable()
Returns a table with the enumeration values represented as strings
for this object.
|
protected JobSheets(int value)
JobSheets object.value - the enum value.public java.lang.Class<? extends javax.print.attribute.Attribute> getCategory()
getCategory in interface javax.print.attribute.AttributeJobSheets itself.public final java.lang.String getName()
getName in interface javax.print.attribute.Attributeprotected java.lang.String[] getStringTable()
getStringTable in class javax.print.attribute.EnumSyntaxprotected javax.print.attribute.EnumSyntax[] getEnumValueTable()
getEnumValueTable in class javax.print.attribute.EnumSyntax