javax.print.attribute.standard
Class PDLOverrideSupported

java.lang.Object
  extended by javax.print.attribute.EnumSyntax
      extended by javax.print.attribute.standard.PDLOverrideSupported
All Implemented Interfaces:
Serializable, Cloneable, Attribute, PrintServiceAttribute

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.

See Also:
Serialized Form

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.
 
Methods inherited from class javax.print.attribute.EnumSyntax
clone, getOffset, getValue, hashCode, readResolve, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NOT_ATTEMPTED

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


ATTEMPTED

public static final PDLOverrideSupported ATTEMPTED
Indicates that the print service is 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.

Specified by:
getCategory in interface Attribute
Returns:
The class PDLOverrideSupported itself.

getName

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

Specified by:
getName in interface Attribute
Returns:
The name "pdl-override-supported".

getStringTable

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

Overrides:
getStringTable in class EnumSyntax
Returns:
The enumeration values as strings.

getEnumValueTable

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

Overrides:
getEnumValueTable in class EnumSyntax
Returns:
The enumeration values.