java.awt
Class JobAttributes.MultipleDocumentHandlingType
java.lang.Object
java.awt.JobAttributes.MultipleDocumentHandlingType
- Enclosing class:
- JobAttributes
public static final class JobAttributes.MultipleDocumentHandlingType
- extends Object
|
Method Summary |
int |
hashCode()
Returns the hashcode of this element. |
String |
toString()
Returns the name of this enumeration element. |
SEPARATE_DOCUMENTS_COLLATED_COPIES
public static final JobAttributes.MultipleDocumentHandlingType SEPARATE_DOCUMENTS_COLLATED_COPIES
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
public static final JobAttributes.MultipleDocumentHandlingType SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
hashCode
public int hashCode()
- Returns the hashcode of this element. This is the index of the element
in the enumeration. Note that equals defaults to the == relation.
- Overrides:
hashCode in class Object
- Returns:
- the hashcode
- See Also:
Object.equals(Object),
System.identityHashCode(Object)
toString
public String toString()
- Returns the name of this enumeration element.
- Overrides:
toString in class Object
- Returns:
- the element name
- See Also:
Object.getClass(),
Object.hashCode(),
Class.getName(),
Integer.toHexString(int)