|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.print.attribute.EnumSyntax
javax.print.attribute.standard.PDLOverrideSupported
public class PDLOverrideSupported
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 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 |
---|
public static final PDLOverrideSupported NOT_ATTEMPTED
public static final PDLOverrideSupported ATTEMPTED
Constructor Detail |
---|
protected PDLOverrideSupported(int value)
PDLOverrideSupported
object.
value
- the enum valueMethod Detail |
---|
public Class<? extends Attribute> getCategory()
getCategory
in interface Attribute
PDLOverrideSupported
itself.public final String getName()
getName
in interface Attribute
protected String[] getStringTable()
getStringTable
in class EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
in class EnumSyntax
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |