summaryrefslogtreecommitdiff
path: root/javax/print/attribute/standard/JobKOctets.java
Commit message (Collapse)AuthorAgeFilesLines
* 2006-01-10 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2006-01-101-7/+33
| | | | | Merge of HEAD --> generics branch for the period 2005/11/27 to 2006/01/09.
* * javax/print/attribute/standard/Chromaticity.javaTom Tromey2005-12-091-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (getCategory): Genericized. * javax/print/attribute/standard/ColorSupported.java (getCategory): Genericized. * javax/print/attribute/standard/Compression.java (getCategory): Genericized. * javax/print/attribute/standard/Copies.java (getCategory): Genericized. * javax/print/attribute/standard/CopiesSupported.java (getCategory): Genericized. * javax/print/attribute/standard/DateTimeAtCompleted.java (getCategory): Genericized. * javax/print/attribute/standard/DateTimeAtCreation.java (getCategory): Genericized. * javax/print/attribute/standard/DateTimeAtProcessing.java (getCategory): Genericized. * javax/print/attribute/standard/Destination.java (getCategory): Genericized. * javax/print/attribute/standard/DocumentName.java (getCategory): Genericized. * javax/print/attribute/standard/Fidelity.java (getCategory): Genericized. * javax/print/attribute/standard/Finishings.java (getCategory): Genericized. * javax/print/attribute/standard/JobHoldUntil.java (getCategory): Genericized. * javax/print/attribute/standard/JobImpressions.java (getCategory): Genericized. * javax/print/attribute/standard/JobImpressionsCompleted.java (getCategory): Genericized. * javax/print/attribute/standard/JobImpressionsSupported.java (getCategory): Genericized. * javax/print/attribute/standard/JobKOctets.java (getCategory): Genericized. * javax/print/attribute/standard/JobKOctetsProcessed.java (getCategory): Genericized. * javax/print/attribute/standard/JobKOctetsSupported.java (getCategory): Genericized. * javax/print/attribute/standard/JobMediaSheets.java (getCategory): Genericized. * javax/print/attribute/standard/JobMediaSheetsCompleted.java (getCategory): Genericized. * javax/print/attribute/standard/JobMediaSheetsSupported.java (getCategory): Genericized. * javax/print/attribute/standard/JobMessageFromOperator.java (getCategory): Genericized. * javax/print/attribute/standard/JobName.java (getCategory): Genericized. * javax/print/attribute/standard/JobOriginatingUserName.java (getCategory): Genericized. * javax/print/attribute/standard/JobPriority.java (getCategory): Genericized. * javax/print/attribute/standard/JobPrioritySupported.java (getCategory): Genericized. * javax/print/attribute/standard/JobSheets.java (getCategory): Genericized. * javax/print/attribute/standard/JobState.java (getCategory): Genericized. * javax/print/attribute/standard/JobStateReason.java (getCategory): Genericized. * javax/print/attribute/standard/JobStateReasons.java (getCategory): Genericized. * javax/print/attribute/standard/Media.java (getCategory): Genericized. * javax/print/attribute/standard/MediaPrintableArea.java (getCategory): Genericized. * javax/print/attribute/standard/MediaSize.java (getCategory): Genericized. * javax/print/attribute/standard/MultipleDocumentHandling.java (getCategory): Genericized. * javax/print/attribute/standard/NumberOfDocuments.java (getCategory): Genericized. * javax/print/attribute/standard/NumberOfInterveningJobs.java (getCategory): Genericized. * javax/print/attribute/standard/NumberUp.java (getCategory): Genericized. * javax/print/attribute/standard/NumberUpSupported.java (getCategory): Genericized. * javax/print/attribute/standard/OrientationRequested.java (getCategory): Genericized. * javax/print/attribute/standard/OutputDeviceAssigned.java (getCategory): Genericized. * javax/print/attribute/standard/PDLOverrideSupported.java (getCategory): Genericized. * javax/print/attribute/standard/PageRanges.java (getCategory): Genericized. * javax/print/attribute/standard/PagesPerMinute.java (getCategory): Genericized. * javax/print/attribute/standard/PagesPerMinuteColor.java (getCategory): Genericized. * javax/print/attribute/standard/PresentationDirection.java (getCategory): Genericized. * javax/print/attribute/standard/PrintQuality.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterInfo.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterIsAcceptingJobs.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterLocation.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterMakeAndModel.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterMessageFromOperator.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterMoreInfo.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterMoreInfoManufacturer.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterName.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterResolution.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterState.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterStateReason.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterStateReasons.java (getCategory): Genericized. * javax/print/attribute/standard/PrinterURI.java (getCategory): Genericized. * javax/print/attribute/standard/QueuedJobCount.java (getCategory): Genericized. * javax/print/attribute/standard/ReferenceUriSchemesSupported.java (getCategory): Genericized. * javax/print/attribute/standard/RequestingUserName.java (getCategory): Genericized. * javax/print/attribute/standard/Severity.java (getCategory): Genericized. * javax/print/attribute/standard/SheetCollate.java (getCategory): Genericized. * javax/print/attribute/standard/Sides.java (getCategory): Genericized. * javax/print/attribute/HashAttributeSet.java (get): Genericized. (remove): Likewise. * javax/print/attribute/Attribute.java (getCategory): Fixed return type.
* 2005-08-02 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-08-021-2/+2
| | | | | | * Merge of HEAD --> generics-branch for 2005/06/05 - 2005/07/31. See patch on classpath-patches@gnu.org for a full ChangeLog.
* 2005-01-15 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes2005-01-151-2/+2
| | | | * Merge of October 2004 HEAD patches to generics branch
* 2004-04-27 Michael Koch <konqueror@gmx.de>Michael Koch2004-04-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | * javax/print/attribute/standard/Copies.java, javax/print/attribute/standard/DateTimeAtCompleted.java, javax/print/attribute/standard/DateTimeAtCreation.java, javax/print/attribute/standard/DateTimeAtProcessing.java, javax/print/attribute/standard/DocumentName.java, javax/print/attribute/standard/JobHoldUntil.java, javax/print/attribute/standard/JobImpressions.java, javax/print/attribute/standard/JobImpressionsCompleted.java, javax/print/attribute/standard/JobKOctets.java, javax/print/attribute/standard/JobKOctetsProcessed.java, javax/print/attribute/standard/JobMediaSheets.java, javax/print/attribute/standard/JobMediaSheetsCompleted.java, javax/print/attribute/standard/JobMessageFromOperator.java, javax/print/attribute/standard/JobName.java, javax/print/attribute/standard/JobOriginatingUserName.java, javax/print/attribute/standard/JobPriority.java, javax/print/attribute/standard/JobPrioritySupported.java, javax/print/attribute/standard/NumberOfDocuments.java, javax/print/attribute/standard/NumberOfInterveningJobs.java, javax/print/attribute/standard/NumberUp.java, javax/print/attribute/standard/OutputDeviceAssigned.java, javax/print/attribute/standard/PagesPerMinute.java, javax/print/attribute/standard/PagesPerMinuteColor.java: Fixed @return tag all over.
* 2004-01-07 Michael Koch <konqueror@gmx.de>Michael Koch2004-01-071-0/+101
* javax/print/attribute/standard/DateTimeAtCompleted.java, javax/print/attribute/standard/DateTimeAtCreation.java, javax/print/attribute/standard/DateTimeAtProcessing.java, javax/print/attribute/standard/JobImpressionsCompleted.java, javax/print/attribute/standard/JobKOctets.java, javax/print/attribute/standard/JobKOctetsProcessed.java, javax/print/attribute/standard/JobMediaSheetsCompleted.java, javax/print/attribute/standard/JobPrioritySupported.java: New files. * javax/print/attribute/standard/Makefile.am (EXTRA_DIST): Added new files.