Commit a904937b by Michael Koch Committed by Michael Koch

ColorSupported.java, [...]: Reorganized imports and removed redundant final modifiers.

2004-10-20  Michael Koch  <konqueror@gmx.de>

	* javax/print/attribute/standard/ColorSupported.java,
	javax/print/attribute/standard/Compression.java,
	javax/print/attribute/standard/Copies.java,
	javax/print/attribute/standard/CopiesSupported.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/Fidelity.java,
	javax/print/attribute/standard/Finishings.java,
	javax/print/attribute/standard/JobHoldUntil.java,
	javax/print/attribute/standard/JobImpressions.java,
	javax/print/attribute/standard/JobImpressionsCompleted.java,
	javax/print/attribute/standard/JobImpressionsSupported.java,
	javax/print/attribute/standard/JobKOctets.java,
	javax/print/attribute/standard/JobKOctetsProcessed.java,
	javax/print/attribute/standard/JobKOctetsSupported.java,
	javax/print/attribute/standard/JobMediaSheets.java,
	javax/print/attribute/standard/JobMediaSheetsCompleted.java,
	javax/print/attribute/standard/JobMediaSheetsSupported.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/JobSheets.java,
	javax/print/attribute/standard/JobState.java,
	javax/print/attribute/standard/JobStateReason.java,
	javax/print/attribute/standard/JobStateReasons.java,
	javax/print/attribute/standard/Media.java,
	javax/print/attribute/standard/MultipleDocumentHandling.java,
	javax/print/attribute/standard/NumberOfDocuments.java,
	javax/print/attribute/standard/NumberOfInterveningJobs.java,
	javax/print/attribute/standard/NumberUp.java,
	javax/print/attribute/standard/NumberUpSupported.java,
	javax/print/attribute/standard/OrientationRequested.java,
	javax/print/attribute/standard/OutputDeviceAssigned.java,
	javax/print/attribute/standard/PDLOverrideSupported.java,
	javax/print/attribute/standard/PageRanges.java,
	javax/print/attribute/standard/PagesPerMinute.java,
	javax/print/attribute/standard/PagesPerMinuteColor.java,
	javax/print/attribute/standard/PrintQuality.java,
	javax/print/attribute/standard/PrinterInfo.java,
	javax/print/attribute/standard/PrinterIsAcceptingJobs.java,
	javax/print/attribute/standard/PrinterLocation.java,
	javax/print/attribute/standard/PrinterMakeAndModel.java,
	javax/print/attribute/standard/PrinterMessageFromOperator.java,
	javax/print/attribute/standard/PrinterMoreInfo.java,
	javax/print/attribute/standard/PrinterMoreInfoManufacturer.java,
	javax/print/attribute/standard/PrinterName.java,
	javax/print/attribute/standard/PrinterStateReason.java,
	javax/print/attribute/standard/PrinterStateReasons.java,
	javax/print/attribute/standard/PrinterURI.java,
	javax/print/attribute/standard/ReferenceUriSchemesSupported.java,
	javax/print/attribute/standard/RequestingUserName.java:
	Reorganized imports and removed redundant final modifiers.

From-SVN: r89330
parent ccc89383
2004-10-20 Michael Koch <konqueror@gmx.de>
* javax/print/attribute/standard/ColorSupported.java,
javax/print/attribute/standard/Compression.java,
javax/print/attribute/standard/Copies.java,
javax/print/attribute/standard/CopiesSupported.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/Fidelity.java,
javax/print/attribute/standard/Finishings.java,
javax/print/attribute/standard/JobHoldUntil.java,
javax/print/attribute/standard/JobImpressions.java,
javax/print/attribute/standard/JobImpressionsCompleted.java,
javax/print/attribute/standard/JobImpressionsSupported.java,
javax/print/attribute/standard/JobKOctets.java,
javax/print/attribute/standard/JobKOctetsProcessed.java,
javax/print/attribute/standard/JobKOctetsSupported.java,
javax/print/attribute/standard/JobMediaSheets.java,
javax/print/attribute/standard/JobMediaSheetsCompleted.java,
javax/print/attribute/standard/JobMediaSheetsSupported.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/JobSheets.java,
javax/print/attribute/standard/JobState.java,
javax/print/attribute/standard/JobStateReason.java,
javax/print/attribute/standard/JobStateReasons.java,
javax/print/attribute/standard/Media.java,
javax/print/attribute/standard/MultipleDocumentHandling.java,
javax/print/attribute/standard/NumberOfDocuments.java,
javax/print/attribute/standard/NumberOfInterveningJobs.java,
javax/print/attribute/standard/NumberUp.java,
javax/print/attribute/standard/NumberUpSupported.java,
javax/print/attribute/standard/OrientationRequested.java,
javax/print/attribute/standard/OutputDeviceAssigned.java,
javax/print/attribute/standard/PDLOverrideSupported.java,
javax/print/attribute/standard/PageRanges.java,
javax/print/attribute/standard/PagesPerMinute.java,
javax/print/attribute/standard/PagesPerMinuteColor.java,
javax/print/attribute/standard/PrintQuality.java,
javax/print/attribute/standard/PrinterInfo.java,
javax/print/attribute/standard/PrinterIsAcceptingJobs.java,
javax/print/attribute/standard/PrinterLocation.java,
javax/print/attribute/standard/PrinterMakeAndModel.java,
javax/print/attribute/standard/PrinterMessageFromOperator.java,
javax/print/attribute/standard/PrinterMoreInfo.java,
javax/print/attribute/standard/PrinterMoreInfoManufacturer.java,
javax/print/attribute/standard/PrinterName.java,
javax/print/attribute/standard/PrinterStateReason.java,
javax/print/attribute/standard/PrinterStateReasons.java,
javax/print/attribute/standard/PrinterURI.java,
javax/print/attribute/standard/ReferenceUriSchemesSupported.java,
javax/print/attribute/standard/RequestingUserName.java:
Reorganized imports and removed redundant final modifiers.
2004-10-20 Michael Koch <konqueror@gmx.de>
* javax/security/sasl/SaslClient.java,
javax/security/sasl/SaslClientFactory.java,
javax/security/sasl/SaslException.java,
......
......@@ -67,7 +67,7 @@ public final class ColorSupported extends EnumSyntax
*
* @return the class <code>ColorSupported</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return ColorSupported.class;
}
......@@ -77,7 +77,7 @@ public final class ColorSupported extends EnumSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "color-supported";
}
......
......@@ -69,7 +69,7 @@ public class Compression extends EnumSyntax
*
* @return the class <code>Compression</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return Compression.class;
}
......@@ -79,7 +79,7 @@ public class Compression extends EnumSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "compression";
}
......
......@@ -84,7 +84,7 @@ public final class Copies extends IntegerSyntax
*
* @return the class <code>Copies</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return Copies.class;
}
......@@ -94,7 +94,7 @@ public final class Copies extends IntegerSyntax
*
* @return the string "copies"
*/
public final String getName()
public String getName()
{
return "copies";
}
......
......@@ -70,7 +70,7 @@ public final class CopiesSupported extends SetOfIntegerSyntax
*
* @return the class <code>CopiesSupported</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return CopiesSupported.class;
}
......@@ -80,7 +80,7 @@ public final class CopiesSupported extends SetOfIntegerSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "copies-supported";
}
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Date;
import javax.print.attribute.DateTimeSyntax;
import javax.print.attribute.PrintJobAttribute;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......@@ -82,7 +83,7 @@ public final class DateTimeAtCompleted extends DateTimeSyntax
*
* @return the class <code>DateTimeAtCompleted</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return DateTimeAtCompleted.class;
}
......@@ -92,7 +93,7 @@ public final class DateTimeAtCompleted extends DateTimeSyntax
*
* @return the string "date-time-at-completed"
*/
public final String getName()
public String getName()
{
return "date-time-at-completed";
}
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Date;
import javax.print.attribute.DateTimeSyntax;
import javax.print.attribute.PrintJobAttribute;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......@@ -82,7 +83,7 @@ public final class DateTimeAtCreation extends DateTimeSyntax
*
* @return the class <code>DateTimeAtCreation</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return DateTimeAtCreation.class;
}
......@@ -92,7 +93,7 @@ public final class DateTimeAtCreation extends DateTimeSyntax
*
* @return the string "date-time-at-creation"
*/
public final String getName()
public String getName()
{
return "date-time-at-creation";
}
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Date;
import javax.print.attribute.DateTimeSyntax;
import javax.print.attribute.PrintJobAttribute;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......@@ -82,7 +83,7 @@ public final class DateTimeAtProcessing extends DateTimeSyntax
*
* @return the class <code>DateTimeAtProcessing</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return DateTimeAtProcessing.class;
}
......@@ -92,7 +93,7 @@ public final class DateTimeAtProcessing extends DateTimeSyntax
*
* @return the string "date-time-at-processing"
*/
public final String getName()
public String getName()
{
return "date-time-at-processing";
}
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Locale;
import javax.print.attribute.DocAttribute;
import javax.print.attribute.TextSyntax;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......@@ -82,7 +83,7 @@ public final class DocumentName extends TextSyntax
*
* @return the class <code>DocumentName</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return DocumentName.class;
}
......@@ -92,7 +93,7 @@ public final class DocumentName extends TextSyntax
*
* @return the string "document-name"
*/
public final String getName()
public String getName()
{
return "document-name";
}
......
......@@ -68,7 +68,7 @@ public final class Fidelity extends EnumSyntax
*
* @return the class <code>Fidelity</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return Fidelity.class;
}
......@@ -78,7 +78,7 @@ public final class Fidelity extends EnumSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "fidelity";
}
......
......@@ -85,7 +85,7 @@ public class Finishings extends EnumSyntax
*
* @return the class <code>Finishings</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return Finishings.class;
}
......@@ -95,7 +95,7 @@ public class Finishings extends EnumSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "finishings";
}
......
......@@ -35,9 +35,11 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Date;
import javax.print.attribute.DateTimeSyntax;
import javax.print.attribute.PrintJobAttribute;
import javax.print.attribute.PrintRequestAttribute;
......@@ -82,7 +84,7 @@ public final class JobHoldUntil extends DateTimeSyntax
*
* @return the class <code>JobHoldUntil</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobHoldUntil.class;
}
......@@ -92,7 +94,7 @@ public final class JobHoldUntil extends DateTimeSyntax
*
* @return the string "job-hold-until"
*/
public final String getName()
public String getName()
{
return "job-hold-until";
}
......
......@@ -84,7 +84,7 @@ public final class JobImpressions extends IntegerSyntax
*
* @return the class <code>JobImpressions</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobImpressions.class;
}
......@@ -94,7 +94,7 @@ public final class JobImpressions extends IntegerSyntax
*
* @return the string "job-impressions"
*/
public final String getName()
public String getName()
{
return "job-impressions";
}
......
......@@ -83,7 +83,7 @@ public final class JobImpressionsCompleted extends IntegerSyntax
*
* @return the class <code>JobImpressionsCompleted</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobImpressionsCompleted.class;
}
......@@ -93,7 +93,7 @@ public final class JobImpressionsCompleted extends IntegerSyntax
*
* @return the string "job-impressions-completed"
*/
public final String getName()
public String getName()
{
return "job-impressions";
}
......
......@@ -62,7 +62,7 @@ public final class JobImpressionsSupported extends SetOfIntegerSyntax
*
* @return the class <code>JobImpressionsSupported</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobImpressionsSupported.class;
}
......@@ -72,7 +72,7 @@ public final class JobImpressionsSupported extends SetOfIntegerSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "job-impressions-supported";
}
......
......@@ -84,7 +84,7 @@ public final class JobKOctets extends IntegerSyntax
*
* @return the class <code>JobKOctets</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobKOctets.class;
}
......@@ -94,7 +94,7 @@ public final class JobKOctets extends IntegerSyntax
*
* @return the string "job-k-octets"
*/
public final String getName()
public String getName()
{
return "job-k-octets";
}
......
......@@ -83,7 +83,7 @@ public final class JobKOctetsProcessed extends IntegerSyntax
*
* @return the class <code>JobKOctetsProcessed</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobKOctetsProcessed.class;
}
......@@ -93,7 +93,7 @@ public final class JobKOctetsProcessed extends IntegerSyntax
*
* @return the string "job-k-octets-processed"
*/
public final String getName()
public String getName()
{
return "job-k-octets-processed";
}
......
......@@ -62,7 +62,7 @@ public final class JobKOctetsSupported extends SetOfIntegerSyntax
*
* @return the class <code>ColorSupported</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobKOctetsSupported.class;
}
......@@ -72,7 +72,7 @@ public final class JobKOctetsSupported extends SetOfIntegerSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "job-k-octets-supported";
}
......
......@@ -84,7 +84,7 @@ public class JobMediaSheets extends IntegerSyntax
*
* @return the class <code>JobMediaSheets</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobMediaSheets.class;
}
......@@ -94,7 +94,7 @@ public class JobMediaSheets extends IntegerSyntax
*
* @return the string "job-media-sheets"
*/
public final String getName()
public String getName()
{
return "job-media-sheets";
}
......
......@@ -83,7 +83,7 @@ public final class JobMediaSheetsCompleted extends IntegerSyntax
*
* @return the class <code>JobMediaSheetsCompleted</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobMediaSheetsCompleted.class;
}
......@@ -93,7 +93,7 @@ public final class JobMediaSheetsCompleted extends IntegerSyntax
*
* @return the string "job-media-sheets-completed"
*/
public final String getName()
public String getName()
{
return "job-media-sheets-completed";
}
......
......@@ -62,7 +62,7 @@ public final class JobMediaSheetsSupported extends SetOfIntegerSyntax
*
* @return the class <code>JobMediaSheetsSupported</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobMediaSheetsSupported.class;
}
......@@ -72,7 +72,7 @@ public final class JobMediaSheetsSupported extends SetOfIntegerSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "job-media-sheets-supported";
}
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Locale;
import javax.print.attribute.PrintJobAttribute;
import javax.print.attribute.TextSyntax;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......@@ -82,7 +83,7 @@ public final class JobMessageFromOperator extends TextSyntax
*
* @return the class <code>JobMessageFromOperator</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobMessageFromOperator.class;
}
......@@ -92,7 +93,7 @@ public final class JobMessageFromOperator extends TextSyntax
*
* @return the string "job-message-from-operator"
*/
public final String getName()
public String getName()
{
return "job-message-from-operator";
}
......
......@@ -35,14 +35,15 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Locale;
import javax.print.attribute.PrintJobAttribute;
import javax.print.attribute.PrintRequestAttribute;
import javax.print.attribute.TextSyntax;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......@@ -83,7 +84,7 @@ public final class JobName extends TextSyntax
*
* @return the class <code>JobName</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobName.class;
}
......@@ -93,7 +94,7 @@ public final class JobName extends TextSyntax
*
* @return the string "job-name"
*/
public final String getName()
public String getName()
{
return "job-name";
}
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Locale;
import javax.print.attribute.PrintJobAttribute;
import javax.print.attribute.TextSyntax;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......@@ -82,7 +83,7 @@ public final class JobOriginatingUserName extends TextSyntax
*
* @return the class <code>JobOriginatingUserName</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobOriginatingUserName.class;
}
......@@ -92,7 +93,7 @@ public final class JobOriginatingUserName extends TextSyntax
*
* @return the string "job-originating-user-name"
*/
public final String getName()
public String getName()
{
return "job-originating-user-name";
}
......
......@@ -85,7 +85,7 @@ public final class JobPriority extends IntegerSyntax
*
* @return the class <code>JobPriority</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobPriority.class;
}
......@@ -95,7 +95,7 @@ public final class JobPriority extends IntegerSyntax
*
* @return the string "job-priority"
*/
public final String getName()
public String getName()
{
return "job-priority";
}
......
......@@ -84,7 +84,7 @@ public final class JobPrioritySupported extends IntegerSyntax
*
* @return the class <code>JobPrioritySupported</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobPrioritySupported.class;
}
......@@ -94,7 +94,7 @@ public final class JobPrioritySupported extends IntegerSyntax
*
* @return the string "job-priority-supported"
*/
public final String getName()
public String getName()
{
return "job-priority-supported";
}
......
......@@ -66,7 +66,7 @@ public class JobSheets extends EnumSyntax
*
* @return the class <code>JobSheets</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobSheets.class;
}
......@@ -76,7 +76,7 @@ public class JobSheets extends EnumSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "job-sheets";
}
......
......@@ -71,7 +71,7 @@ public class JobState extends EnumSyntax
*
* @return the class <code>JobState</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobState.class;
}
......@@ -81,7 +81,7 @@ public class JobState extends EnumSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "job-state";
}
......
......@@ -64,7 +64,7 @@ public class JobStateReason extends EnumSyntax
*
* @return the class <code>JobStateReason</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobStateReason.class;
}
......@@ -74,7 +74,7 @@ public class JobStateReason extends EnumSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "job-state-reason";
}
......
......@@ -35,11 +35,12 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.HashSet;
import javax.print.attribute.PrintJobAttribute;
import javax.print.attribute.PrintJobAttribute;
/**
* @author Michael Koch (konqueror@gmx.de)
......@@ -54,7 +55,7 @@ public final class JobStateReasons extends HashSet
*
* @return the class <code>ColorSupported</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return JobStateReasons.class;
}
......@@ -64,7 +65,7 @@ public final class JobStateReasons extends HashSet
*
* @return the name
*/
public final String getName()
public String getName()
{
return "job-state-reasons";
}
......
......@@ -64,7 +64,7 @@ public abstract class Media extends EnumSyntax
*
* @return the class <code>Media</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return Media.class;
}
......@@ -74,7 +74,7 @@ public abstract class Media extends EnumSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "media";
}
......
......@@ -66,7 +66,7 @@ public class MultipleDocumentHandling extends EnumSyntax
*
* @return the class <code>MultipleDocumentHandling</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return MultipleDocumentHandling.class;
}
......@@ -76,7 +76,7 @@ public class MultipleDocumentHandling extends EnumSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "multiple-document-handling";
}
......
......@@ -83,7 +83,7 @@ public final class NumberOfDocuments extends IntegerSyntax
*
* @return the class <code>NumberOfDocuments</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return NumberOfDocuments.class;
}
......@@ -93,7 +93,7 @@ public final class NumberOfDocuments extends IntegerSyntax
*
* @return the string "number-of-documents"
*/
public final String getName()
public String getName()
{
return "number-of-documents";
}
......
......@@ -83,7 +83,7 @@ public final class NumberOfInterveningJobs extends IntegerSyntax
*
* @return the class <code>NumberOfInterveningJobs</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return NumberOfInterveningJobs.class;
}
......@@ -93,7 +93,7 @@ public final class NumberOfInterveningJobs extends IntegerSyntax
*
* @return the string "number-of-intervening-jobs"
*/
public final String getName()
public String getName()
{
return "number-of-intervening-jobs";
}
......
......@@ -83,7 +83,7 @@ public final class NumberUp extends IntegerSyntax
*
* @return the class <code>NumberUp</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return NumberUp.class;
}
......@@ -93,7 +93,7 @@ public final class NumberUp extends IntegerSyntax
*
* @return the string "number-up"
*/
public final String getName()
public String getName()
{
return "number-up";
}
......
......@@ -78,7 +78,7 @@ public final class NumberUpSupported extends SetOfIntegerSyntax
*
* @return the class <code>NumberUpSupported</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return NumberUpSupported.class;
}
......@@ -88,7 +88,7 @@ public final class NumberUpSupported extends SetOfIntegerSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "number-up-supported";
}
......
......@@ -73,7 +73,7 @@ public final class OrientationRequested extends EnumSyntax
*
* @return the class <code>OrientationRequested</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return OrientationRequested.class;
}
......@@ -83,7 +83,7 @@ public final class OrientationRequested extends EnumSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "orientation-requested";
}
......
......@@ -35,9 +35,11 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Locale;
import javax.print.attribute.PrintJobAttribute;
import javax.print.attribute.TextSyntax;
......@@ -81,7 +83,7 @@ public final class OutputDeviceAssigned extends TextSyntax
*
* @return the class <code>OutputDeviceAssigned</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return OutputDeviceAssigned.class;
}
......@@ -91,7 +93,7 @@ public final class OutputDeviceAssigned extends TextSyntax
*
* @return the string "output-device-assigned"
*/
public final String getName()
public String getName()
{
return "output-device-assigned";
}
......
......@@ -67,7 +67,7 @@ public class PDLOverrideSupported extends EnumSyntax
*
* @return the class <code>PDLOverrideSupported</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return PDLOverrideSupported.class;
}
......@@ -77,7 +77,7 @@ public class PDLOverrideSupported extends EnumSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "pdl-override-supported";
}
......
......@@ -80,7 +80,7 @@ public final class PageRanges extends SetOfIntegerSyntax
*
* @return the class <code>PageRanges</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return PageRanges.class;
}
......@@ -90,7 +90,7 @@ public final class PageRanges extends SetOfIntegerSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "page-ranges";
}
......
/* PagesPerMinute.java --
Copyright (C) 2003 Free Software Foundation, Inc.
Copyright (C) 2003, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import javax.print.attribute.IntegerSyntax;
import javax.print.attribute.PrintServiceAttribute;
/**
* @author Michael Koch
* @author Michael Koch (konqueror@gmx.de)
*/
public final class PagesPerMinute extends IntegerSyntax
implements PrintServiceAttribute
......@@ -83,7 +84,7 @@ public final class PagesPerMinute extends IntegerSyntax
*
* @return the class <code>PagesPerMinute</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return PagesPerMinute.class;
}
......@@ -93,7 +94,7 @@ public final class PagesPerMinute extends IntegerSyntax
*
* @return the string "pages-per-minute"
*/
public final String getName()
public String getName()
{
return "pages-per-minute";
}
......
......@@ -83,7 +83,7 @@ public final class PagesPerMinuteColor extends IntegerSyntax
*
* @return the class <code>PagesPerMinuteColor</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return PagesPerMinuteColor.class;
}
......@@ -93,7 +93,7 @@ public final class PagesPerMinuteColor extends IntegerSyntax
*
* @return the string "pages-per-minute-color"
*/
public final String getName()
public String getName()
{
return "pages-per-minute-color";
}
......
......@@ -68,7 +68,7 @@ public class PrintQuality extends EnumSyntax
*
* @return the class <code>PrintQuality</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return PrintQuality.class;
}
......@@ -78,7 +78,7 @@ public class PrintQuality extends EnumSyntax
*
* @return the string "print-quality"
*/
public final String getName()
public String getName()
{
return "print-quality";
}
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Locale;
import javax.print.attribute.PrintServiceAttribute;
import javax.print.attribute.TextSyntax;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......
......@@ -67,7 +67,7 @@ public class PrinterIsAcceptingJobs extends EnumSyntax
*
* @return the class <code>PrinterIsAcceptingJobs</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return PrinterIsAcceptingJobs.class;
}
......@@ -77,7 +77,7 @@ public class PrinterIsAcceptingJobs extends EnumSyntax
*
* @return the name
*/
public final String getName()
public String getName()
{
return "printer-is-accepting-jobs";
}
......
......@@ -35,9 +35,11 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Locale;
import javax.print.attribute.PrintServiceAttribute;
import javax.print.attribute.TextSyntax;
......
......@@ -35,9 +35,11 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Locale;
import javax.print.attribute.PrintServiceAttribute;
import javax.print.attribute.TextSyntax;
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Locale;
import javax.print.attribute.PrintServiceAttribute;
import javax.print.attribute.TextSyntax;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.net.URI;
import javax.print.attribute.PrintServiceAttribute;
import javax.print.attribute.URISyntax;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.net.URI;
import javax.print.attribute.PrintServiceAttribute;
import javax.print.attribute.URISyntax;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Locale;
import javax.print.attribute.PrintServiceAttribute;
import javax.print.attribute.TextSyntax;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......
......@@ -35,12 +35,12 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import javax.print.attribute.Attribute;
import javax.print.attribute.EnumSyntax;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......@@ -123,7 +123,7 @@ public class PrinterStateReason extends EnumSyntax
*
* @return the class <code>PrintStateReason</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return PrinterStateReason.class;
}
......@@ -133,7 +133,7 @@ public class PrinterStateReason extends EnumSyntax
*
* @return the string "printer-state-reason"
*/
public final String getName()
public String getName()
{
return "printer-state-reason";
}
......
......@@ -35,11 +35,12 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.HashMap;
import javax.print.attribute.PrintServiceAttribute;
import javax.print.attribute.PrintServiceAttribute;
/**
* @author Michael Koch (konqueror@gmx.de)
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.net.URI;
import javax.print.attribute.PrintServiceAttribute;
import javax.print.attribute.URISyntax;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......
......@@ -79,7 +79,7 @@ public class ReferenceUriSchemesSupported extends EnumSyntax
*
* @return the class <code>ReferenceUriSchemesSupported</code> itself
*/
public final Class getCategory()
public Class getCategory()
{
return ReferenceUriSchemesSupported.class;
}
......@@ -89,7 +89,7 @@ public class ReferenceUriSchemesSupported extends EnumSyntax
*
* @return the string "reference-uri-schemes-supported"
*/
public final String getName()
public String getName()
{
return "reference-uri-schemes-supported";
}
......
......@@ -35,13 +35,14 @@ this exception to your version of the library, but you are not
obligated to do so. If you do not wish to do so, delete this
exception statement from your version. */
package javax.print.attribute.standard;
import java.util.Locale;
import javax.print.attribute.PrintRequestAttribute;
import javax.print.attribute.TextSyntax;
/**
* @author Michael Koch (konqueror@gmx.de)
*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment