|
|||||||||
| Home >> All >> javax >> print >> [ attribute overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.print.attribute
Interface Attribute

- 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
Attributeinterfaces providing equal category values have to return equal name values.
|
|||||||||
| Home >> All >> javax >> print >> [ attribute overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC