javax.print.attribute
Interface SupportedValuesAttribute

All Superinterfaces:
Attribute sample code for javax.print.attribute.Attribute definition code for javax.print.attribute.Attribute , Serializable sample code for java.io.Serializable definition code for java.io.Serializable
All Known Implementing Classes:
CopiesSupported sample code for javax.print.attribute.standard.CopiesSupported definition code for javax.print.attribute.standard.CopiesSupported , JobImpressionsSupported sample code for javax.print.attribute.standard.JobImpressionsSupported definition code for javax.print.attribute.standard.JobImpressionsSupported , JobKOctetsSupported sample code for javax.print.attribute.standard.JobKOctetsSupported definition code for javax.print.attribute.standard.JobKOctetsSupported , JobMediaSheetsSupported sample code for javax.print.attribute.standard.JobMediaSheetsSupported definition code for javax.print.attribute.standard.JobMediaSheetsSupported , JobPrioritySupported sample code for javax.print.attribute.standard.JobPrioritySupported definition code for javax.print.attribute.standard.JobPrioritySupported , NumberUpSupported sample code for javax.print.attribute.standard.NumberUpSupported definition code for javax.print.attribute.standard.NumberUpSupported

public interface SupportedValuesAttribute
extends Attribute sample code for javax.print.attribute.Attribute definition code for javax.print.attribute.Attribute

Interface SupportedValuesAttribute is a tagging interface which a printing attribute class implements to indicate the attribute describes the supported values for another attribute. For example, if a Print Service instance supports the Copies sample code for javax.print.attribute.standard.Copies definition code for javax.print.attribute.standard.Copies attribute, the Print Service instance will have a CopiesSupported sample code for javax.print.attribute.standard.CopiesSupported definition code for javax.print.attribute.standard.CopiesSupported attribute, which is a SupportedValuesAttribute giving the legal values a client may specify for the Copies sample code for javax.print.attribute.standard.Copies definition code for javax.print.attribute.standard.Copies attribute.


Method Summary
 
Methods inherited from interface javax.print.attribute.Attribute sample code for javax.print.attribute.Attribute definition code for javax.print.attribute.Attribute
getCategory sample code for javax.print.attribute.Attribute.getCategory() definition code for javax.print.attribute.Attribute.getCategory() , getName sample code for javax.print.attribute.Attribute.getName() definition code for javax.print.attribute.Attribute.getName()