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

Diff of /classpath/javax/print/attribute/standard/JobState.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 71  public class JobState extends EnumSyntax Line 71  public class JobState extends EnumSyntax
71     *     *
72     * @return the class <code>JobState</code> itself     * @return the class <code>JobState</code> itself
73     */     */
74    public final Class getCategory()    public Class getCategory()
75    {    {
76      return JobState.class;      return JobState.class;
77    }    }
# Line 81  public class JobState extends EnumSyntax Line 81  public class JobState extends EnumSyntax
81     *     *
82     * @return the name     * @return the name
83     */     */
84    public final String getName()    public String getName()
85    {    {
86      return "job-state";      return "job-state";
87    }    }

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