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

Print this page

        

*** 75,85 **** * {@link Severity Severity} object's <CODE>toString()</CODE> methods, * concatenated * together with a hyphen (<CODE>"-"</CODE>) in between, gives the IPP keyword * value. The category name returned by <CODE>getName()</CODE> gives the IPP * attribute name. - * <P> * * @author Alan Kaminsky */ public final class PrinterStateReasons extends HashMap<PrinterStateReason,Severity> --- 75,84 ----