/[classpath]/classpath/javax/print/attribute/standard/PrinterStateReason.java
ViewVC logotype

Diff of /classpath/javax/print/attribute/standard/PrinterStateReason.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mkoch, Wed May 5 10:58:26 2004 UTC revision 1.3 by mkoch, Wed Oct 20 12:04:02 2004 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package javax.print.attribute.standard;  package javax.print.attribute.standard;
40    
41  import javax.print.attribute.Attribute;  import javax.print.attribute.Attribute;
42  import javax.print.attribute.EnumSyntax;  import javax.print.attribute.EnumSyntax;
43    
   
44  /**  /**
45   * @author Michael Koch (konqueror@gmx.de)   * @author Michael Koch (konqueror@gmx.de)
46   */   */
# Line 123  public class PrinterStateReason extends Line 123  public class PrinterStateReason extends
123     *     *
124     * @return the class <code>PrintStateReason</code> itself     * @return the class <code>PrintStateReason</code> itself
125     */     */
126    public final Class getCategory()    public Class getCategory()
127    {    {
128      return PrinterStateReason.class;      return PrinterStateReason.class;
129    }    }
# Line 133  public class PrinterStateReason extends Line 133  public class PrinterStateReason extends
133     *     *
134     * @return the string "printer-state-reason"     * @return the string "printer-state-reason"
135     */     */
136    public final String getName()    public String getName()
137    {    {
138      return "printer-state-reason";      return "printer-state-reason";
139    }    }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26