|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.awt
Class JobAttributes.MultipleDocumentHandlingType

java.lang.Objectjava.awt.AttributeValue
java.awt.JobAttributes.MultipleDocumentHandlingType
- Enclosing class:
- JobAttributes
- public static final class JobAttributes.MultipleDocumentHandlingType
- extends AttributeValue
| Field Summary | |
private static java.lang.String[] |
NAMES
|
static JobAttributes.MultipleDocumentHandlingType |
SEPARATE_DOCUMENTS_COLLATED_COPIES
|
static JobAttributes.MultipleDocumentHandlingType |
SEPARATE_DOCUMENTS_UNCOLLATED_COPIES
|
(package private) int |
value
The value of the enumeration. |
| Constructor Summary | |
private |
JobAttributes.MultipleDocumentHandlingType(int value)
|
| Method Summary | |
int |
hashCode()
Returns the hashcode of this element. |
java.lang.String |
toString()
Returns the name of this enumeration element. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
NAMES
private static final java.lang.String[] NAMES
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
value
final int value
- The value of the enumeration. Package visible for speed.
| Constructor Detail |
JobAttributes.MultipleDocumentHandlingType
private JobAttributes.MultipleDocumentHandlingType(int value)
| Method Detail |
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.
toString
public java.lang.String toString()
- Returns the name of this enumeration element.
|
|||||||||
| Home >> All >> java >> [ awt overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC