javax.print.attribute
public interface PrintJobAttribute extends Attribute
Instances of implementing attribute classes may be collected in a {@link javax.print.attribute.PrintJobAttributeSet}.
A print service uses attributes of this type to inform about the status of a print job. For example {@link javax.print.attribute.standard.DateTimeAtProcessing} is used to report at which date and time a job has started processing.