src/share/classes/javax/print/attribute/standard/ColorSupported.java

Print this page

        

*** 50,60 **** * <B>IPP Compatibility:</B> The IPP boolean value is "true" for SUPPORTED and * "false" for NOT_SUPPORTED. 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. - * <P> * * @author Alan Kaminsky */ public final class ColorSupported extends EnumSyntax implements PrintServiceAttribute { --- 50,59 ----