API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt. JobAttributes.MultipleDocumentHandlingType View Source
Author(s)
Since
1.3
Version
Serial
Hierarchy
 Object
      AttributeValue
          JobAttributes.MultipleDocumentHandlingType
Implements
Subclasses
Description
publicfinalstatic class JobAttributes.MultipleDocumentHandlingType
  A type-safe enumeration of possible multiple copy handling states.
See also:   
Constructors
private JobAttributes.MultipleDocumentHandlingType (int type)
Methods
Hide/Show inherited methods
public int hashCode () [Inherited From AttributeValue]
public String toString () [Inherited From AttributeValue]
Fields
Hide/Show inherited fields
publicfinalstatic MultipleDocumentHandlingType SEPARATE_DOCUMENTS_COLLATED_COPIES
The MultipleDocumentHandlingType instance to use for specifying that the job should be divided into separate, collated copies.
publicfinalstatic MultipleDocumentHandlingType SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
The MultipleDocumentHandlingType instance to use for specifying that the job should be divided into separate, uncollated copies.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar