< prev index next >

src/java.desktop/share/classes/javax/print/attribute/standard/PDLOverrideSupported.java

Print this page

        

*** 33,44 **** * 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. * <P> * <B>IPP Compatibility:</B> The category name returned by ! * <CODE>getName()</CODE> is the IPP attribute name. The enumeration's ! * integer value is the IPP enum value. The <code>toString()</code> method * returns the IPP string representation of the attribute value. * * @author Alan Kaminsky */ public class PDLOverrideSupported extends EnumSyntax --- 33,44 ---- * 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. * <P> * <B>IPP Compatibility:</B> The category name returned by ! * {@code getName()} is the IPP attribute name. The enumeration's ! * integer value is the IPP enum value. The {@code toString()} method * returns the IPP string representation of the attribute value. * * @author Alan Kaminsky */ public class PDLOverrideSupported extends EnumSyntax
*** 114,124 **** /** * Get the name of the category of which this attribute value is an * instance. * <P> * For class PDLOverrideSupported and any vendor-defined subclasses, the ! * category name is <CODE>"pdl-override-supported"</CODE>. * * @return Attribute category name. */ public final String getName() { return "pdl-override-supported"; --- 114,124 ---- /** * Get the name of the category of which this attribute value is an * instance. * <P> * For class PDLOverrideSupported and any vendor-defined subclasses, the ! * category name is {@code "pdl-override-supported"}. * * @return Attribute category name. */ public final String getName() { return "pdl-override-supported";
< prev index next >