javax.print.attribute.standard

Class JobStateReason

Implemented Interfaces:
Attribute, Cloneable, Serializable

public class JobStateReason
extends EnumSyntax
implements Attribute

See Also:
Serialized Form

Field Summary

static JobStateReason
ABORTED_BY_SYSTEM
static JobStateReason
COMPRESSION_ERROR
static JobStateReason
DOCUMENT_ACCESS_ERROR
static JobStateReason
DOCUMENT_FORMAT_ERROR
static JobStateReason
JOB_CANCELED_AT_DEVICE
static JobStateReason
JOB_CANCELED_BY_OPERATOR
static JobStateReason
JOB_CANCELED_BY_USER
static JobStateReason
JOB_COMPLETED_SUCCESSFULLY
static JobStateReason
JOB_COMPLETED_WITH_ERRORS
static JobStateReason
JOB_COMPLETED_WITH_WARNINGS
static JobStateReason
JOB_DATA_INSUFFICIENT
static JobStateReason
JOB_HOLD_UNTIL_SPECIFIED
static JobStateReason
JOB_INCOMING
static JobStateReason
JOB_INTERPRETING
static JobStateReason
JOB_OUTGOING
static JobStateReason
JOB_PRINTING
static JobStateReason
JOB_QUEUED
static JobStateReason
JOB_QUEUED_FOR_MARKER
static JobStateReason
JOB_RESTARTABLE
static JobStateReason
JOB_TRANSFORMING
static JobStateReason
PRINTER_STOPPED
static JobStateReason
PRINTER_STOPPED_PARTLY
static JobStateReason
PROCESSING_TO_STOP_POINT
static JobStateReason
QUEUED_IN_DEVICE
static JobStateReason
RESOURCES_ARE_NOT_READY
static JobStateReason
SERVICE_OFF_LINE
static JobStateReason
SUBMISSION_INTERRUPTED
static JobStateReason
UNSUPPORTED_COMPRESSION
static JobStateReason
UNSUPPORTED_DOCUMENT_FORMAT

Constructor Summary

JobStateReason(int value)
Constructs a JobStateReason object.

Method Summary

Class
getCategory()
Returns category of this class.
String
getName()
Returns the name of this attribute.

Methods inherited from class javax.print.attribute.EnumSyntax

clone, getEnumValueTable, getOffset, getStringTable, getValue, hashCode, readResolve, toString

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Details

ABORTED_BY_SYSTEM

public static final JobStateReason ABORTED_BY_SYSTEM

COMPRESSION_ERROR

public static final JobStateReason COMPRESSION_ERROR

DOCUMENT_ACCESS_ERROR

public static final JobStateReason DOCUMENT_ACCESS_ERROR

DOCUMENT_FORMAT_ERROR

public static final JobStateReason DOCUMENT_FORMAT_ERROR

JOB_CANCELED_AT_DEVICE

public static final JobStateReason JOB_CANCELED_AT_DEVICE

JOB_CANCELED_BY_OPERATOR

public static final JobStateReason JOB_CANCELED_BY_OPERATOR

JOB_CANCELED_BY_USER

public static final JobStateReason JOB_CANCELED_BY_USER

JOB_COMPLETED_SUCCESSFULLY

public static final JobStateReason JOB_COMPLETED_SUCCESSFULLY

JOB_COMPLETED_WITH_ERRORS

public static final JobStateReason JOB_COMPLETED_WITH_ERRORS

JOB_COMPLETED_WITH_WARNINGS

public static final JobStateReason JOB_COMPLETED_WITH_WARNINGS

JOB_DATA_INSUFFICIENT

public static final JobStateReason JOB_DATA_INSUFFICIENT

JOB_HOLD_UNTIL_SPECIFIED

public static final JobStateReason JOB_HOLD_UNTIL_SPECIFIED

JOB_INCOMING

public static final JobStateReason JOB_INCOMING

JOB_INTERPRETING

public static final JobStateReason JOB_INTERPRETING

JOB_OUTGOING

public static final JobStateReason JOB_OUTGOING

JOB_PRINTING

public static final JobStateReason JOB_PRINTING

JOB_QUEUED

public static final JobStateReason JOB_QUEUED

JOB_QUEUED_FOR_MARKER

public static final JobStateReason JOB_QUEUED_FOR_MARKER

JOB_RESTARTABLE

public static final JobStateReason JOB_RESTARTABLE

JOB_TRANSFORMING

public static final JobStateReason JOB_TRANSFORMING

PRINTER_STOPPED

public static final JobStateReason PRINTER_STOPPED

PRINTER_STOPPED_PARTLY

public static final JobStateReason PRINTER_STOPPED_PARTLY

PROCESSING_TO_STOP_POINT

public static final JobStateReason PROCESSING_TO_STOP_POINT

QUEUED_IN_DEVICE

public static final JobStateReason QUEUED_IN_DEVICE

RESOURCES_ARE_NOT_READY

public static final JobStateReason RESOURCES_ARE_NOT_READY

SERVICE_OFF_LINE

public static final JobStateReason SERVICE_OFF_LINE

SUBMISSION_INTERRUPTED

public static final JobStateReason SUBMISSION_INTERRUPTED

UNSUPPORTED_COMPRESSION

public static final JobStateReason UNSUPPORTED_COMPRESSION

UNSUPPORTED_DOCUMENT_FORMAT

public static final JobStateReason UNSUPPORTED_DOCUMENT_FORMAT

Constructor Details

JobStateReason

protected JobStateReason(int value)
Constructs a JobStateReason object.

Method Details

getCategory

public Class getCategory()
Returns category of this class.
Specified by:
getCategory in interface Attribute
Returns:
the class JobStateReason itself

getName

public String getName()
Returns the name of this attribute.
Specified by:
getName in interface Attribute
Returns:
the name

JobStateReason.java -- Copyright (C) 2004 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with GNU Classpath; see the file COPYING. If not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. Linking this library statically or dynamically with other modules is making a combined work based on this library. Thus, the terms and conditions of the GNU General Public License cover the whole combination. As a special exception, the copyright holders of this library give you permission to link this library with independent modules to produce an executable, regardless of the license terms of these independent modules, and to copy and distribute the resulting executable under terms of your choice, provided that you also meet, for each linked independent module, the terms and conditions of the license of that module. An independent module is a module which is not derived from or based on this library. If you modify this library, you may extend 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.