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

Diff of /classpath/javax/print/attribute/standard/JobStateReasons.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 java.util.HashSet;  import java.util.HashSet;
 import javax.print.attribute.PrintJobAttribute;  
42    
43    import javax.print.attribute.PrintJobAttribute;
44    
45  /**  /**
46   * @author Michael Koch (konqueror@gmx.de)   * @author Michael Koch (konqueror@gmx.de)
# Line 54  public final class JobStateReasons exten Line 55  public final class JobStateReasons exten
55     *     *
56     * @return the class <code>ColorSupported</code> itself     * @return the class <code>ColorSupported</code> itself
57     */     */
58    public final Class getCategory()    public Class getCategory()
59    {    {
60      return JobStateReasons.class;      return JobStateReasons.class;
61    }    }
# Line 64  public final class JobStateReasons exten Line 65  public final class JobStateReasons exten
65     *     *
66     * @return the name     * @return the name
67     */     */
68    public final String getName()    public String getName()
69    {    {
70      return "job-state-reasons";      return "job-state-reasons";
71    }    }

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