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

java.lang.Objectjavax.print.attribute.TextSyntax
gnu.javax.print.ipp.attribute.defaults.JobHoldUntilDefault
- All Implemented Interfaces:
- javax.print.attribute.Attribute, java.lang.Cloneable, gnu.javax.print.ipp.attribute.DefaultValueAttribute, java.io.Serializable
- public final class JobHoldUntilDefault
- extends javax.print.attribute.TextSyntax
- implements gnu.javax.print.ipp.attribute.DefaultValueAttribute
- extends javax.print.attribute.TextSyntax
JobHoldUntilDefault attribute provides the default value for the attribute type job-hold-until.
Field Summary | |
static JobHoldUntilDefault |
DAY_TIME
Job should be processed during the day. |
static JobHoldUntilDefault |
EVENING
Job should be processed in the evening. |
static JobHoldUntilDefault |
INDEFINITE
Job should be hold indefinitely. |
static JobHoldUntilDefault |
NIGHT
Job should be processed during night. |
static JobHoldUntilDefault |
NO_HOLD
Job should be printed immediately. |
static JobHoldUntilDefault |
SECOND_SHIFT
Job should be processed as second-shift (after close of business). |
static JobHoldUntilDefault |
THIRD_SHIFT
Job should be processed as third-shift (after midnight). |
static JobHoldUntilDefault |
WEEKEND
Job should be processed during the weekend. |
Fields inherited from class javax.print.attribute.TextSyntax |
|
Constructor Summary | |
JobHoldUntilDefault(java.lang.String value,
java.util.Locale locale)
Creates a JobHoldUntilDefault object with the
given value and locale. |
Method Summary | |
javax.print.attribute.Attribute |
getAssociatedAttribute()
Returns the equally enum of the standard attribute class of this DefaultValuesAttribute enum. |
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 JobHoldUntilDefault NO_HOLD
- Job should be printed immediately.
INDEFINITE
public static final JobHoldUntilDefault INDEFINITE
- Job should be hold indefinitely.
DAY_TIME
public static final JobHoldUntilDefault DAY_TIME
- Job should be processed during the day.
EVENING
public static final JobHoldUntilDefault EVENING
- Job should be processed in the evening.
NIGHT
public static final JobHoldUntilDefault NIGHT
- Job should be processed during night.
WEEKEND
public static final JobHoldUntilDefault WEEKEND
- Job should be processed during the weekend.
SECOND_SHIFT
public static final JobHoldUntilDefault SECOND_SHIFT
- Job should be processed as second-shift
(after close of business).
THIRD_SHIFT
public static final JobHoldUntilDefault THIRD_SHIFT
- Job should be processed as third-shift
(after midnight).
Constructor Detail |
JobHoldUntilDefault
public JobHoldUntilDefault(java.lang.String value, java.util.Locale locale)
- Creates a
JobHoldUntilDefault
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
getAssociatedAttribute
public javax.print.attribute.Attribute getAssociatedAttribute()
- Returns the equally enum of the standard attribute class
of this DefaultValuesAttribute enum.
- Specified by:
getAssociatedAttribute
in interfacegnu.javax.print.ipp.attribute.DefaultValueAttribute
|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ defaults overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |