< prev index next >

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

Print this page

        

*** 42,54 **** * multiple documents) may be affected by the {@link MultipleDocumentHandling * MultipleDocumentHandling} job attribute, depending on the meaning of the * particular JobSheets value. * <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. For a subclass, the attribute value must be * localized to give the IPP name and natural language values. * * @author Alan Kaminsky */ --- 42,54 ---- * multiple documents) may be affected by the {@link MultipleDocumentHandling * MultipleDocumentHandling} job attribute, depending on the meaning of the * particular JobSheets value. * <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. For a subclass, the attribute value must be * localized to give the IPP name and natural language values. * * @author Alan Kaminsky */
*** 120,130 **** /** * Get the name of the category of which this attribute value is an * instance. * <P> * For class JobSheets and any vendor-defined subclasses, the category ! * name is <CODE>"job-sheets"</CODE>. * * @return Attribute category name. */ public final String getName() { return "job-sheets"; --- 120,130 ---- /** * Get the name of the category of which this attribute value is an * instance. * <P> * For class JobSheets and any vendor-defined subclasses, the category ! * name is {@code "job-sheets"}. * * @return Attribute category name. */ public final String getName() { return "job-sheets";
< prev index next >