/[classpath]/classpath/javax/print/attribute/SupportedValuesAttribute.java
ViewVC logotype

Diff of /classpath/javax/print/attribute/SupportedValuesAttribute.java

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

revision 1.1.2.1 by gnu_andrew, Tue Aug 2 20:12:36 2005 UTC revision 1.1.2.2 by gnu_andrew, Sun Nov 27 21:00:37 2005 UTC
# Line 1  Line 1 
1  /* Attribute.java --  /* SupportedValuesAttribute.java --
2     Copyright (C) 2003 Free Software Foundation, Inc.     Copyright (C) 2003, 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package javax.print.attribute;  package javax.print.attribute;
39    
40  /**  /**
41   * @author Michael Koch   * Marker interface for all attribute classes specifying the
42     * supported/allowed values for another printing attribute class.
43     * <p>
44     * A {@link javax.print.PrintService} instance for example provides
45     * printing attribute classes implementing this interface to indicate
46     * that a specific attribute type is supported and if the supported values.
47     * </p><p>
48     * E.g. a {@link javax.print.attribute.standard.JobPrioritySupported}
49     * instance indicates that the attribute class
50     * {@link javax.print.attribute.standard.JobPriority} is supported and
51     * provides the number of the possible priority levels.
52     * </p>
53     *
54     * @author Michael Koch (konqueror@gmx.de)
55   */   */
56  public interface SupportedValuesAttribute extends Attribute  public interface SupportedValuesAttribute extends Attribute
57  {  {
58      // Marker interface
59  }  }

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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