Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.print.attribute
Interface Attribute  view Attribute download Attribute.java

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
DocAttribute, PrintJobAttribute, PrintRequestAttribute, PrintServiceAttribute, SupportedValuesAttribute

public interface Attribute
extends java.io.Serializable

Base interface of every printing attribute of the Java Print Service API.


Method Summary
 java.lang.Class getCategory()
          Returns the category of the printing attribute which is the specific attribute class implementing this interface.
 java.lang.String getName()
          Returns the descriptive name of the attribute category.
 

Method Detail

getCategory

public java.lang.Class getCategory()
Returns the category of the printing attribute which is the specific attribute class implementing this interface.


getName

public java.lang.String getName()
Returns the descriptive name of the attribute category. Implementations of the Attribute interfaces providing equal category values have to return equal name values.