javax.print.attribute
public interface PrintServiceAttribute extends Attribute
Instances of implementing attribute classes may be collected in a {@link javax.print.attribute.PrintServiceAttributeSet}.
A print service uses attributes of this type to inform about the status or the specific capabilities of itself. For example {@link javax.print.attribute.standard.PagesPerMinute} is used to specify the average printable pages per minute of the print service.