Module java.desktop
Package java.awt

Class JobAttributes.MultipleDocumentHandlingType

  • Enclosing class:
    JobAttributes

    public static final class JobAttributes.MultipleDocumentHandlingType
    extends Object
    A type-safe enumeration of possible multiple copy handling states. It is used to control how the sheets of multiple copies of a single document are collated.
    Since:
    1.3
    • Field Detail

      • SEPARATE_DOCUMENTS_COLLATED_COPIES

        public static final JobAttributes.MultipleDocumentHandlingType SEPARATE_DOCUMENTS_COLLATED_COPIES
        The MultipleDocumentHandlingType instance to use for specifying that the job should be divided into separate, collated copies.
      • SEPARATE_DOCUMENTS_UNCOLLATED_COPIES

        public static final JobAttributes.MultipleDocumentHandlingType SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
        The MultipleDocumentHandlingType instance to use for specifying that the job should be divided into separate, uncollated copies.
    • Method Detail

      • hashCode

        public int hashCode()
        Description copied from class: Object
        Answers an integer hash code for the receiver. Any two objects which answer true when passed to .equals must answer the same value for this method.
        Overrides:
        hashCode in class Object
        Returns:
        the receiver's hash.
        See Also:
        Object.equals(java.lang.Object)
      • toString

        public String toString()
        Description copied from class: Object
        Answers a string containing a concise, human-readable description of the receiver.
        Overrides:
        toString in class Object
        Returns:
        String a printable representation for the receiver.