javax.print.attribute.standard
Class PDLOverrideSupported

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

public class PDLOverrideSupported
extends EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax
implements PrintServiceAttribute sample code for javax.print.attribute.PrintServiceAttribute definition code for javax.print.attribute.PrintServiceAttribute

Class PDLOverrideSupported is a printing attribute class, an enumeration, that expresses the printer's ability to attempt to override processing instructions embedded in documents' print data with processing instructions specified as attributes outside the print data.

IPP Compatibility: The category name returned by getName() is the IPP attribute name. The enumeration's integer value is the IPP enum value. The toString() method returns the IPP string representation of the attribute value.

See Also:
Serialized Form

Field Summary
static PDLOverrideSupported sample code for javax.print.attribute.standard.PDLOverrideSupported definition code for javax.print.attribute.standard.PDLOverrideSupported ATTEMPTED sample code for javax.print.attribute.standard.PDLOverrideSupported.ATTEMPTED definition code for javax.print.attribute.standard.PDLOverrideSupported.ATTEMPTED
          The printer attempts to make the external job attribute values take precedence over embedded instructions in the documents' print data, however there is no guarantee.
static PDLOverrideSupported sample code for javax.print.attribute.standard.PDLOverrideSupported definition code for javax.print.attribute.standard.PDLOverrideSupported NOT_ATTEMPTED sample code for javax.print.attribute.standard.PDLOverrideSupported.NOT_ATTEMPTED definition code for javax.print.attribute.standard.PDLOverrideSupported.NOT_ATTEMPTED
          The printer makes no attempt to make the external job attribute values take precedence over embedded instructions in the documents' print data.
 
Constructor Summary
protected PDLOverrideSupported sample code for javax.print.attribute.standard.PDLOverrideSupported.PDLOverrideSupported(int) definition code for javax.print.attribute.standard.PDLOverrideSupported.PDLOverrideSupported(int) (int value)
          Construct a new PDL override supported enumeration value with the given integer value.
 
Method Summary
 Class sample code for java.lang.Class definition code for java.lang.Class <? extends Attribute sample code for javax.print.attribute.Attribute definition code for javax.print.attribute.Attribute > getCategory sample code for javax.print.attribute.standard.PDLOverrideSupported.getCategory() definition code for javax.print.attribute.standard.PDLOverrideSupported.getCategory() ()
          Get the printing attribute class which is to be used as the "category" for this printing attribute value.
protected  EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax [] getEnumValueTable sample code for javax.print.attribute.standard.PDLOverrideSupported.getEnumValueTable() definition code for javax.print.attribute.standard.PDLOverrideSupported.getEnumValueTable() ()
          Returns the enumeration value table for class PDLOverrideSupported.
 String sample code for java.lang.String definition code for java.lang.String getName sample code for javax.print.attribute.standard.PDLOverrideSupported.getName() definition code for javax.print.attribute.standard.PDLOverrideSupported.getName() ()
          Get the name of the category of which this attribute value is an instance.
protected  String sample code for java.lang.String definition code for java.lang.String [] getStringTable sample code for javax.print.attribute.standard.PDLOverrideSupported.getStringTable() definition code for javax.print.attribute.standard.PDLOverrideSupported.getStringTable() ()
          Returns the string table for class PDLOverrideSupported.
 
Methods inherited from class javax.print.attribute.EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax
clone sample code for javax.print.attribute.EnumSyntax.clone() definition code for javax.print.attribute.EnumSyntax.clone() , getOffset sample code for javax.print.attribute.EnumSyntax.getOffset() definition code for javax.print.attribute.EnumSyntax.getOffset() , getValue sample code for javax.print.attribute.EnumSyntax.getValue() definition code for javax.print.attribute.EnumSyntax.getValue() , hashCode sample code for javax.print.attribute.EnumSyntax.hashCode() definition code for javax.print.attribute.EnumSyntax.hashCode() , readResolve sample code for javax.print.attribute.EnumSyntax.readResolve() definition code for javax.print.attribute.EnumSyntax.readResolve() , toString sample code for javax.print.attribute.EnumSyntax.toString() definition code for javax.print.attribute.EnumSyntax.toString()
 
Methods inherited from class java.lang.Object sample code for java.lang.Object definition code for java.lang.Object
equals sample code for java.lang.Object.equals(java.lang.Object) definition code for java.lang.Object.equals(java.lang.Object) , finalize sample code for java.lang.Object.finalize() definition code for java.lang.Object.finalize() , getClass sample code for java.lang.Object.getClass() definition code for java.lang.Object.getClass() , notify sample code for java.lang.Object.notify() definition code for java.lang.Object.notify() , notifyAll sample code for java.lang.Object.notifyAll() definition code for java.lang.Object.notifyAll() , wait sample code for java.lang.Object.wait() definition code for java.lang.Object.wait() , wait sample code for java.lang.Object.wait(long) definition code for java.lang.Object.wait(long) , wait sample code for java.lang.Object.wait(long, int) definition code for java.lang.Object.wait(long, int)
 

Field Detail

NOT_ATTEMPTED sample code for javax.print.attribute.standard.PDLOverrideSupported.NOT_ATTEMPTED

public static final PDLOverrideSupported sample code for javax.print.attribute.standard.PDLOverrideSupported definition code for javax.print.attribute.standard.PDLOverrideSupported  NOT_ATTEMPTED
The printer makes no attempt to make the external job attribute values take precedence over embedded instructions in the documents' print data.


ATTEMPTED sample code for javax.print.attribute.standard.PDLOverrideSupported.ATTEMPTED

public static final PDLOverrideSupported sample code for javax.print.attribute.standard.PDLOverrideSupported definition code for javax.print.attribute.standard.PDLOverrideSupported  ATTEMPTED
The printer attempts to make the external job attribute values take precedence over embedded instructions in the documents' print data, however there is no guarantee.

Constructor Detail

PDLOverrideSupported sample code for javax.print.attribute.standard.PDLOverrideSupported(int) definition code for javax.print.attribute.standard.PDLOverrideSupported(int)

protected PDLOverrideSupported(int value)
Construct a new PDL override supported enumeration value with the given integer value.

Parameters:
value - Integer value.
Method Detail

getStringTable sample code for javax.print.attribute.standard.PDLOverrideSupported.getStringTable() definition code for javax.print.attribute.standard.PDLOverrideSupported.getStringTable()

protected String sample code for java.lang.String definition code for java.lang.String [] getStringTable()
Returns the string table for class PDLOverrideSupported.

Overrides:
getStringTable sample code for javax.print.attribute.EnumSyntax.getStringTable() definition code for javax.print.attribute.EnumSyntax.getStringTable() in class EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax
Returns:
the string table

getEnumValueTable sample code for javax.print.attribute.standard.PDLOverrideSupported.getEnumValueTable() definition code for javax.print.attribute.standard.PDLOverrideSupported.getEnumValueTable()

protected EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax [] getEnumValueTable()
Returns the enumeration value table for class PDLOverrideSupported.

Overrides:
getEnumValueTable sample code for javax.print.attribute.EnumSyntax.getEnumValueTable() definition code for javax.print.attribute.EnumSyntax.getEnumValueTable() in class EnumSyntax sample code for javax.print.attribute.EnumSyntax definition code for javax.print.attribute.EnumSyntax
Returns:
the value table

getCategory sample code for javax.print.attribute.standard.PDLOverrideSupported.getCategory() definition code for javax.print.attribute.standard.PDLOverrideSupported.getCategory()

public final Class sample code for java.lang.Class definition code for java.lang.Class <? extends Attribute sample code for javax.print.attribute.Attribute definition code for javax.print.attribute.Attribute > getCategory()
Get the printing attribute class which is to be used as the "category" for this printing attribute value.

For class PDLOverrideSupported and any vendor-defined subclasses, the category is class PDLOverrideSupported itself.

Specified by:
getCategory sample code for javax.print.attribute.Attribute.getCategory() definition code for javax.print.attribute.Attribute.getCategory() in interface Attribute sample code for javax.print.attribute.Attribute definition code for javax.print.attribute.Attribute
Returns:
Printing attribute class (category), an instance of class java.lang.Class sample code for java.lang.Class definition code for java.lang.Class .

getName sample code for javax.print.attribute.standard.PDLOverrideSupported.getName() definition code for javax.print.attribute.standard.PDLOverrideSupported.getName()

public final String sample code for java.lang.String definition code for java.lang.String  getName()
Get the name of the category of which this attribute value is an instance.

For class PDLOverrideSupported and any vendor-defined subclasses, the category name is "pdl-override-supported".

Specified by:
getName sample code for javax.print.attribute.Attribute.getName() definition code for javax.print.attribute.Attribute.getName() in interface Attribute sample code for javax.print.attribute.Attribute definition code for javax.print.attribute.Attribute
Returns:
Attribute category name.