Fields Summary |
---|
private static final long | serialVersionUID |
public static final PDLOverrideSupported | NOT_ATTEMPTEDThe printer makes no attempt to make the external job attribute values
take precedence over embedded instructions in the documents' print
data. |
public static final PDLOverrideSupported | ATTEMPTEDThe printer attempts to make the external job attribute values take
precedence over embedded instructions in the documents' print data,
however there is no guarantee. |
private static final String[] | myStringTable |
private static final PDLOverrideSupported[] | myEnumValueTable |
Methods Summary |
---|
public final java.lang.Class | 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.
return PDLOverrideSupported.class;
|
protected javax.print.attribute.EnumSyntax[] | getEnumValueTable()Returns the enumeration value table for class PDLOverrideSupported.
return (EnumSyntax[])myEnumValueTable.clone();
|
public final 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" .
return "pdl-override-supported";
|
protected java.lang.String[] | getStringTable()Returns the string table for class PDLOverrideSupported.
return (String[])myStringTable.clone();
|