javax.print.attribute
Interface Attribute

All Superinterfaces:
Serializable
All Known Subinterfaces:
DocAttribute, PrintJobAttribute, PrintRequestAttribute, PrintServiceAttribute, SupportedValuesAttribute
All Known Implementing Classes:
Chromaticity, ColorSupported, Compression, Copies, CopiesSupported, DateTimeAtCompleted, DateTimeAtCreation, DateTimeAtProcessing, Destination, DocumentName, Fidelity, Finishings, JobHoldUntil, JobImpressions, JobImpressionsCompleted, JobImpressionsSupported, JobKOctets, JobKOctetsProcessed, JobKOctetsSupported, JobMediaSheets, JobMediaSheetsCompleted, JobMediaSheetsSupported, JobMessageFromOperator, JobName, JobOriginatingUserName, JobPriority, JobPrioritySupported, JobSheets, JobState, JobStateReason, JobStateReasons, Media, MediaName, MediaPrintableArea, MediaSize, MediaSizeName, MediaTray, MultipleDocumentHandling, NumberOfDocuments, NumberOfInterveningJobs, NumberUp, NumberUpSupported, OrientationRequested, OutputDeviceAssigned, PageRanges, PagesPerMinute, PagesPerMinuteColor, PDLOverrideSupported, PresentationDirection, PrinterInfo, PrinterIsAcceptingJobs, PrinterLocation, PrinterMakeAndModel, PrinterMessageFromOperator, PrinterMoreInfo, PrinterMoreInfoManufacturer, PrinterName, PrinterResolution, PrinterState, PrinterStateReason, PrinterStateReasons, PrinterURI, PrintQuality, QueuedJobCount, ReferenceUriSchemesSupported, RequestingUserName, Severity, SheetCollate, Sides

public interface Attribute
extends Serializable

Base interface of every printing attribute of the Java Print Service API.


Method Summary
 Class<? extends Attribute> getCategory()
          Returns the category of the printing attribute which is the specific attribute class implementing this interface.
 String getName()
          Returns the descriptive name of the attribute category.
 

Method Detail

getCategory

Class<? extends Attribute> getCategory()
Returns the category of the printing attribute which is the specific attribute class implementing this interface.

Returns:
The concrete Class instance of the attribute class.

getName

String getName()
Returns the descriptive name of the attribute category. Implementations of the Attribute interfaces providing equal category values have to return equal name values.

Returns:
The name of the attribute category.