public class PDLOverrideSupported extends javax.print.attribute.EnumSyntax implements javax.print.attribute.PrintServiceAttribute
PDLOverrideSupported printing attribute specifies
if a print services is capable of attempting to override document data
instructions with IPP attributesc.
IPP Compatibility: PDLOverrideSupported is an IPP 1.1 attribute.
| Modifier and Type | Field and Description |
|---|---|
static PDLOverrideSupported |
ATTEMPTED
Indicates that the print service is capable of
attempting to override document data instructions.
|
static PDLOverrideSupported |
NOT_ATTEMPTED
Indicates that the print service is not capable of
attempting to override document data instructions.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PDLOverrideSupported(int value)
Constructs a
PDLOverrideSupported 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.
|
public static final PDLOverrideSupported NOT_ATTEMPTED
public static final PDLOverrideSupported ATTEMPTED
protected PDLOverrideSupported(int value)
PDLOverrideSupported object.value - the enum valuepublic java.lang.Class<? extends javax.print.attribute.Attribute> getCategory()
getCategory in interface javax.print.attribute.AttributePDLOverrideSupported 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