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

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

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

revision 1.3 by mkoch, Wed May 5 11:05:12 2004 UTC revision 1.3.2.1 by gnu_andrew, Sat Jan 15 17:02:18 2005 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.Locale;  import java.util.Locale;
42    
43  import javax.print.attribute.PrintJobAttribute;  import javax.print.attribute.PrintJobAttribute;
44  import javax.print.attribute.PrintRequestAttribute;  import javax.print.attribute.PrintRequestAttribute;
45  import javax.print.attribute.TextSyntax;  import javax.print.attribute.TextSyntax;
46    
   
47  /**  /**
48   * @author Michael Koch (konqueror@gmx.de)   * @author Michael Koch (konqueror@gmx.de)
49   */   */
# Line 83  public final class JobName extends TextS Line 84  public final class JobName extends TextS
84     *     *
85     * @return the class <code>JobName</code> itself     * @return the class <code>JobName</code> itself
86     */     */
87    public final Class getCategory()    public Class getCategory()
88    {    {
89      return JobName.class;      return JobName.class;
90    }    }
# Line 93  public final class JobName extends TextS Line 94  public final class JobName extends TextS
94     *     *
95     * @return the string "job-name"     * @return the string "job-name"
96     */     */
97    public final String getName()    public String getName()
98    {    {
99      return "job-name";      return "job-name";
100    }    }

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

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