|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Attribute
Base interface of every printing attribute of the Java Print Service API.
Method Summary | |
---|---|
Class<? extends Attribute> |
getCategory()
Returns the category of the printing attribute which is the specific attribute class implementing this interface. |
String |
getName()
Returns the descriptive name of the attribute category. |
Method Detail |
---|
Class<? extends Attribute> getCategory()
Class
instance of the attribute class.String getName()
Attribute
interfaces providing equal
category values have to return equal name values.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |