javax.print.attribute
public interface Attribute extends Serializable
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.
|
Returns: The concrete {@link Class} instance of the attribute class.
Attribute
interfaces providing equal
category values have to return equal name values.
Returns: The name of the attribute category.