< prev index next >

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

Print this page

        

*** 39,50 **** * acceptable. If not supplied the default is FIDELITY_FALSE. * * <P> * <B>IPP Compatibility:</B> The IPP boolean value is "true" for FIDELITY_TRUE * and "false" for FIDELITY_FALSE. 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. * See <a href="http://www.ietf.org/rfc/rfc2911.txt">RFC 2911</a> Section 15.1 for * a fuller description of the IPP fidelity attribute. * */ --- 39,50 ---- * acceptable. If not supplied the default is FIDELITY_FALSE. * * <P> * <B>IPP Compatibility:</B> The IPP boolean value is "true" for FIDELITY_TRUE * and "false" for FIDELITY_FALSE. 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. * See <a href="http://www.ietf.org/rfc/rfc2911.txt">RFC 2911</a> Section 15.1 for * a fuller description of the IPP fidelity attribute. * */
*** 115,125 **** /** * Get the name of the category of which this attribute value is an * instance. * <P> * For class Fidelity the category name is ! * <CODE>"ipp-attribute-fidelity"</CODE>. * * @return Attribute category name. */ public final String getName() { return "ipp-attribute-fidelity"; --- 115,125 ---- /** * Get the name of the category of which this attribute value is an * instance. * <P> * For class Fidelity the category name is ! * {@code "ipp-attribute-fidelity"}. * * @return Attribute category name. */ public final String getName() { return "ipp-attribute-fidelity";
< prev index next >