|
|||||||||
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 MultipleDocumentHandlingDefault

java.lang.Objectjavax.print.attribute.EnumSyntax
gnu.javax.print.ipp.attribute.defaults.MultipleDocumentHandlingDefault
- All Implemented Interfaces:
- javax.print.attribute.Attribute, java.lang.Cloneable, gnu.javax.print.ipp.attribute.DefaultValueAttribute, java.io.Serializable
- public final class MultipleDocumentHandlingDefault
- extends javax.print.attribute.EnumSyntax
- implements gnu.javax.print.ipp.attribute.DefaultValueAttribute
- extends javax.print.attribute.EnumSyntax
MultipleDocumentHandlingDefault
provides the
default value for the MultipleDocumentHandling attribute.
Field Summary | |
private static MultipleDocumentHandlingDefault[] |
enumValueTable
|
static MultipleDocumentHandlingDefault |
SEPARATE_DOCUMENTS_COLLATED_COPIES
Supports multiple documents as collated copies |
static MultipleDocumentHandlingDefault |
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
Supports multiple documents as uncollated copies |
static MultipleDocumentHandlingDefault |
SINGLE_DOCUMENT
Supports only multiple documents treated as a single document. |
static MultipleDocumentHandlingDefault |
SINGLE_DOCUMENT_NEW_SHEET
Supports multiple documents where every single document starts with a new sheet. |
private static java.lang.String[] |
stringTable
|
Fields inherited from class javax.print.attribute.EnumSyntax |
|
Constructor Summary | |
protected |
MultipleDocumentHandlingDefault(int value)
Constructs a MultipleDocumentHandlingDefault object. |
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. |
protected javax.print.attribute.EnumSyntax[] |
getEnumValueTable()
Returns a table with the enumeration values for this object. |
java.lang.String |
getName()
Returns the name of this attribute. |
protected java.lang.String[] |
getStringTable()
Returns a table with the enumeration values represented as strings for this object. |
Methods inherited from class javax.print.attribute.EnumSyntax |
clone, getOffset, getValue, hashCode, readResolve, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
SINGLE_DOCUMENT
public static final MultipleDocumentHandlingDefault SINGLE_DOCUMENT
- Supports only multiple documents treated as a single document. This
applies to attributes which specify treatment of multiple document jobs.
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
public static final MultipleDocumentHandlingDefault SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
- Supports multiple documents as uncollated copies
SEPARATE_DOCUMENTS_COLLATED_COPIES
public static final MultipleDocumentHandlingDefault SEPARATE_DOCUMENTS_COLLATED_COPIES
- Supports multiple documents as collated copies
SINGLE_DOCUMENT_NEW_SHEET
public static final MultipleDocumentHandlingDefault SINGLE_DOCUMENT_NEW_SHEET
- Supports multiple documents where every single document starts
with a new sheet.
stringTable
private static final java.lang.String[] stringTable
enumValueTable
private static final MultipleDocumentHandlingDefault[] enumValueTable
Constructor Detail |
MultipleDocumentHandlingDefault
protected MultipleDocumentHandlingDefault(int value)
- Constructs a
MultipleDocumentHandlingDefault
object.
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
getStringTable
protected java.lang.String[] getStringTable()
- Returns a table with the enumeration values represented as strings
for this object.
getEnumValueTable
protected javax.print.attribute.EnumSyntax[] getEnumValueTable()
- Returns a table with the enumeration values for this object.
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 |