public interface Attribute extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends Attribute> |
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.
|
java.lang.Class<? extends Attribute> getCategory()
Class instance of the attribute class.java.lang.String getName()
Attribute interfaces providing equal
category values have to return equal name values.