javax.print.attribute.standard

Class PDLOverrideSupported

public class PDLOverrideSupported extends EnumSyntax implements PrintServiceAttribute

The 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 PDLOverrideSupportedATTEMPTED
Indicates that the print service is capable of attempting to override document data instructions.
static PDLOverrideSupportedNOT_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.
StringgetName()
Returns the name of this attribute.
protected String[]getStringTable()
Returns a table with the enumeration values represented as strings for this object.

Field Detail

ATTEMPTED

public static final PDLOverrideSupported ATTEMPTED
Indicates that the print service is capable of attempting to override document data instructions.

NOT_ATTEMPTED

public static final PDLOverrideSupported NOT_ATTEMPTED
Indicates that the print service is not capable of attempting to override document data instructions.

Constructor Detail

PDLOverrideSupported

protected PDLOverrideSupported(int value)
Constructs a PDLOverrideSupported object.

Parameters: value the enum value

Method Detail

getCategory

public Class<? extends Attribute> getCategory()
Returns category of this class.

Returns: The class PDLOverrideSupported itself.

getEnumValueTable

protected EnumSyntax[] getEnumValueTable()
Returns a table with the enumeration values for this object.

Returns: The enumeration values.

getName

public final String getName()
Returns the name of this attribute.

Returns: The name "pdl-override-supported".

getStringTable

protected String[] getStringTable()
Returns a table with the enumeration values represented as strings for this object.

Returns: The enumeration values as strings.