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

Diff of /classpath/javax/print/attribute/standard/DateTimeAtCreation.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.Date;  import java.util.Date;
42    
43  import javax.print.attribute.DateTimeSyntax;  import javax.print.attribute.DateTimeSyntax;
44  import javax.print.attribute.PrintJobAttribute;  import javax.print.attribute.PrintJobAttribute;
45    
   
46  /**  /**
47   * @author Michael Koch (konqueror@gmx.de)   * @author Michael Koch (konqueror@gmx.de)
48   */   */
# Line 82  public final class DateTimeAtCreation ex Line 83  public final class DateTimeAtCreation ex
83     *     *
84     * @return the class <code>DateTimeAtCreation</code> itself     * @return the class <code>DateTimeAtCreation</code> itself
85     */     */
86    public final Class getCategory()    public Class getCategory()
87    {    {
88      return DateTimeAtCreation.class;      return DateTimeAtCreation.class;
89    }    }
# Line 92  public final class DateTimeAtCreation ex Line 93  public final class DateTimeAtCreation ex
93     *     *
94     * @return the string "date-time-at-creation"     * @return the string "date-time-at-creation"
95     */     */
96    public final String getName()    public String getName()
97    {    {
98      return "date-time-at-creation";      return "date-time-at-creation";
99    }    }

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