public class PDLOverrideSupported extends EnumSyntax implements 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 |
---|---|
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, toString
public static final PDLOverrideSupported NOT_ATTEMPTED
public static final PDLOverrideSupported ATTEMPTED
protected PDLOverrideSupported(int value)
PDLOverrideSupported
object.value
- the enum valuepublic Class<? extends Attribute> getCategory()
getCategory
in interface Attribute
PDLOverrideSupported
itself.protected String[] getStringTable()
getStringTable
in class EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
in class EnumSyntax