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