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

java.lang.Objectjavax.print.attribute.EnumSyntax
gnu.javax.print.ipp.attribute.supported.MultipleDocumentHandlingSupported
- All Implemented Interfaces:
- javax.print.attribute.Attribute, java.lang.Cloneable, java.io.Serializable, javax.print.attribute.SupportedValuesAttribute
- public final class MultipleDocumentHandlingSupported
- extends javax.print.attribute.EnumSyntax
- implements javax.print.attribute.SupportedValuesAttribute
- extends javax.print.attribute.EnumSyntax
MultipleDocumentHandlingSupported
provides the
supported values for the MultipleDocumentHandling attribute.
Field Summary | |
private static MultipleDocumentHandlingSupported[] |
enumValueTable
|
static MultipleDocumentHandlingSupported |
SEPARATE_DOCUMENTS_COLLATED_COPIES
Supports multiple documents as collated copies |
static MultipleDocumentHandlingSupported |
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
Supports multiple documents as uncollated copies |
static MultipleDocumentHandlingSupported |
SINGLE_DOCUMENT
Supports only multiple documents treated as a single document. |
static MultipleDocumentHandlingSupported |
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 |
MultipleDocumentHandlingSupported(int value)
Constructs a MultipleDocumentHandlingSupported object. |
Method Summary | |
javax.print.attribute.standard.MultipleDocumentHandling |
getAssociatedAttribute()
Returns the equally enum of the standard attribute class of this SupportedValuesAttribute enum. |
static javax.print.attribute.standard.MultipleDocumentHandling[] |
getAssociatedAttributeArray(java.util.Set set)
Constructs an array from a set of -supported attributes. |
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 MultipleDocumentHandlingSupported 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 MultipleDocumentHandlingSupported SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
- Supports multiple documents as uncollated copies
SEPARATE_DOCUMENTS_COLLATED_COPIES
public static final MultipleDocumentHandlingSupported SEPARATE_DOCUMENTS_COLLATED_COPIES
- Supports multiple documents as collated copies
SINGLE_DOCUMENT_NEW_SHEET
public static final MultipleDocumentHandlingSupported 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 MultipleDocumentHandlingSupported[] enumValueTable
Constructor Detail |
MultipleDocumentHandlingSupported
protected MultipleDocumentHandlingSupported(int value)
- Constructs a
MultipleDocumentHandlingSupported
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.standard.MultipleDocumentHandling getAssociatedAttribute()
- Returns the equally enum of the standard attribute class
of this SupportedValuesAttribute enum.
getAssociatedAttributeArray
public static javax.print.attribute.standard.MultipleDocumentHandling[] getAssociatedAttributeArray(java.util.Set set)
- Constructs an array from a set of -supported attributes.
|
|||||||||
Home >> All >> gnu >> javax >> print >> ipp >> attribute >> [ supported overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: ![]() ![]() ![]() |
DETAIL: FIELD | CONSTR | METHOD |