Methods Summary |
---|
public final java.lang.Class | getCategory()Get the printing attribute class which is to be used as the "category"
for this printing attribute value.
For class Fidelity the category is class Fidelity itself.
return Fidelity.class;
|
protected javax.print.attribute.EnumSyntax[] | getEnumValueTable()Returns the enumeration value table for class Fidelity.
return myEnumValueTable;
|
public final java.lang.String | getName()Get the name of the category of which this attribute value is an
instance.
For class Fidelity the category name is
"ipp-attribute-fidelity" .
return "ipp-attribute-fidelity";
|
protected java.lang.String[] | getStringTable()Returns the string table for class Fidelity.
return myStringTable;
|