java.awt
Class JobAttributes.SidesType

java.lang.Object
  extended by java.awt.JobAttributes.SidesType
Enclosing class:
JobAttributes

public static final class JobAttributes.SidesType
extends Object


Field Summary
static JobAttributes.SidesType ONE_SIDED
           
static JobAttributes.SidesType TWO_SIDED_LONG_EDGE
           
static JobAttributes.SidesType TWO_SIDED_SHORT_EDGE
           
 
Method Summary
 int hashCode()
          Returns the hashcode of this element.
 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

ONE_SIDED

public static final JobAttributes.SidesType ONE_SIDED

TWO_SIDED_LONG_EDGE

public static final JobAttributes.SidesType TWO_SIDED_LONG_EDGE

TWO_SIDED_SHORT_EDGE

public static final JobAttributes.SidesType TWO_SIDED_SHORT_EDGE
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.

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)