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

Diff of /classpath/javax/print/attribute/standard/JobStateReason.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 64  public class JobStateReason extends Enum Line 64  public class JobStateReason extends Enum
64     *     *
65     * @return the class <code>JobStateReason</code> itself     * @return the class <code>JobStateReason</code> itself
66     */     */
67    public final Class getCategory()    public Class getCategory()
68    {    {
69      return JobStateReason.class;      return JobStateReason.class;
70    }    }
# Line 74  public class JobStateReason extends Enum Line 74  public class JobStateReason extends Enum
74     *     *
75     * @return the name     * @return the name
76     */     */
77    public final String getName()    public String getName()
78    {    {
79      return "job-state-reason";      return "job-state-reason";
80    }    }

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