PrintServiceAttribute (Java SE 15 & JDK 15) (original) (raw)
All Superinterfaces:
[Attribute](Attribute.html "interface in javax.print.attribute")
, [Serializable](../../../../java.base/java/io/Serializable.html "interface in java.io")
All Known Implementing Classes:
[ColorSupported](standard/ColorSupported.html "class in javax.print.attribute.standard")
, [PagesPerMinute](standard/PagesPerMinute.html "class in javax.print.attribute.standard")
, [PagesPerMinuteColor](standard/PagesPerMinuteColor.html "class in javax.print.attribute.standard")
, [PDLOverrideSupported](standard/PDLOverrideSupported.html "class in javax.print.attribute.standard")
, [PrinterInfo](standard/PrinterInfo.html "class in javax.print.attribute.standard")
, [PrinterIsAcceptingJobs](standard/PrinterIsAcceptingJobs.html "class in javax.print.attribute.standard")
, [PrinterLocation](standard/PrinterLocation.html "class in javax.print.attribute.standard")
, [PrinterMakeAndModel](standard/PrinterMakeAndModel.html "class in javax.print.attribute.standard")
, [PrinterMessageFromOperator](standard/PrinterMessageFromOperator.html "class in javax.print.attribute.standard")
, [PrinterMoreInfo](standard/PrinterMoreInfo.html "class in javax.print.attribute.standard")
, [PrinterMoreInfoManufacturer](standard/PrinterMoreInfoManufacturer.html "class in javax.print.attribute.standard")
, [PrinterName](standard/PrinterName.html "class in javax.print.attribute.standard")
, [PrinterState](standard/PrinterState.html "class in javax.print.attribute.standard")
, [PrinterStateReasons](standard/PrinterStateReasons.html "class in javax.print.attribute.standard")
, [PrinterURI](standard/PrinterURI.html "class in javax.print.attribute.standard")
, [QueuedJobCount](standard/QueuedJobCount.html "class in javax.print.attribute.standard")
public interface PrintServiceAttribute extends Attribute
Interface PrintServiceAttribute
is a tagging interface which a printing attribute class implements to indicate the attribute describes the status of a Print Service or some other characteristic of a Print Service. A Print Service instance adds a number of PrintServiceAttributes
to a Print service's attribute set to report the Print Service's status.
See Also:
Method Summary