|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ supported overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |
gnu.javax.print.ipp.attribute.supported
Class JobHoldUntilSupported

java.lang.Objectjavax.print.attribute.TextSyntax
gnu.javax.print.ipp.attribute.supported.JobHoldUntilSupported
- All Implemented Interfaces:
- javax.print.attribute.Attribute, java.lang.Cloneable, java.io.Serializable, javax.print.attribute.SupportedValuesAttribute
- public final class JobHoldUntilSupported
- extends javax.print.attribute.TextSyntax
- implements javax.print.attribute.SupportedValuesAttribute
- extends javax.print.attribute.TextSyntax
JobHoldUntilSupported attribute provides the supported values for the attribute type job-hold-until.
Field Summary | |
static JobHoldUntilSupported |
DAY_TIME
Job should be processed during the day. |
static JobHoldUntilSupported |
EVENING
Job should be processed in the evening. |
static JobHoldUntilSupported |
INDEFINITE
Job should be hold indefinitely. |
static JobHoldUntilSupported |
NIGHT
Job should be processed during night. |
static JobHoldUntilSupported |
NO_HOLD
Job should be printed immediately. |
static JobHoldUntilSupported |
SECOND_SHIFT
Job should be processed as second-shift (after close of business). |
static JobHoldUntilSupported |
THIRD_SHIFT
Job should be processed as third-shift (after midnight). |
static JobHoldUntilSupported |
WEEKEND
Job should be processed during the weekend. |
Fields inherited from class javax.print.attribute.TextSyntax |
|
Constructor Summary | |
JobHoldUntilSupported(java.lang.String value,
java.util.Locale locale)
Creates a JobHoldUntilSupported object with the
given value and locale. |
Method Summary | |
java.lang.Class |
getCategory()
Returns category of this class. |
java.lang.String |
getName()
Returns the name of this attribute. |
Methods inherited from class javax.print.attribute.TextSyntax |
equals, getLocale, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
NO_HOLD
public static final JobHoldUntilSupported NO_HOLD
- Job should be printed immediately.
INDEFINITE
public static final JobHoldUntilSupported INDEFINITE
- Job should be hold indefinitely.
DAY_TIME
public static final JobHoldUntilSupported DAY_TIME
- Job should be processed during the day.
EVENING
public static final JobHoldUntilSupported EVENING
- Job should be processed in the evening.
NIGHT
public static final JobHoldUntilSupported NIGHT
- Job should be processed during night.
WEEKEND
public static final JobHoldUntilSupported WEEKEND
- Job should be processed during the weekend.
SECOND_SHIFT
public static final JobHoldUntilSupported SECOND_SHIFT
- Job should be processed as second-shift
(after close of business).
THIRD_SHIFT
public static final JobHoldUntilSupported THIRD_SHIFT
- Job should be processed as third-shift
(after midnight).
Constructor Detail |
JobHoldUntilSupported
public JobHoldUntilSupported(java.lang.String value, java.util.Locale locale)
- Creates a
JobHoldUntilSupported
object with the given value and locale.
Method Detail |
getCategory
public java.lang.Class getCategory()
- Returns category of this class.
- Specified by:
getCategory
in interfacejavax.print.attribute.Attribute
getName
public java.lang.String getName()
- Returns the name of this attribute.
- Specified by:
getName
in interfacejavax.print.attribute.Attribute
|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ supported overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |