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

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

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

revision 1.2 by mkoch, Tue Apr 27 07:12:30 2004 UTC revision 1.3 by mkoch, Wed Oct 20 12:04:02 2004 UTC
# Line 1  Line 1 
1  /* PagesPerMinute.java --  /* PagesPerMinute.java --
2     Copyright (C) 2003 Free Software Foundation, Inc.     Copyright (C) 2003, 2004  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# 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.IntegerSyntax;  import javax.print.attribute.IntegerSyntax;
42  import javax.print.attribute.PrintServiceAttribute;  import javax.print.attribute.PrintServiceAttribute;
43    
44  /**  /**
45   * @author Michael Koch   * @author Michael Koch (konqueror@gmx.de)
46   */   */
47  public final class PagesPerMinute extends IntegerSyntax  public final class PagesPerMinute extends IntegerSyntax
48    implements PrintServiceAttribute    implements PrintServiceAttribute
# Line 83  public final class PagesPerMinute extend Line 84  public final class PagesPerMinute extend
84     *     *
85     * @return the class <code>PagesPerMinute</code> itself     * @return the class <code>PagesPerMinute</code> itself
86     */     */
87    public final Class getCategory()    public Class getCategory()
88    {    {
89      return PagesPerMinute.class;      return PagesPerMinute.class;
90    }    }
# Line 93  public final class PagesPerMinute extend Line 94  public final class PagesPerMinute extend
94     *     *
95     * @return the string "pages-per-minute"     * @return the string "pages-per-minute"
96     */     */
97    public final String getName()    public String getName()
98    {    {
99      return "pages-per-minute";      return "pages-per-minute";
100    }    }

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