javax.print.attribute.standard
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.
Field Summary | |
---|---|
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. |
Constructor Summary | |
---|---|
protected | PDLOverrideSupported(int value)
Constructs a PDLOverrideSupported 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.
|
PDLOverrideSupported
object.
Parameters: value the enum value
Returns: The class PDLOverrideSupported
itself.
Returns: The enumeration values.
Returns: The name "pdl-override-supported".
Returns: The enumeration values as strings.