Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.awt
Class JobAttributes.SidesType  view JobAttributes.SidesType download JobAttributes.SidesType.java

java.lang.Object
  extended byjava.awt.AttributeValue
      extended byjava.awt.JobAttributes.SidesType
Enclosing class:
JobAttributes

public static final class JobAttributes.SidesType
extends AttributeValue


Field Summary
private static java.lang.String[] NAMES
           
static JobAttributes.SidesType ONE_SIDED
           
static JobAttributes.SidesType TWO_SIDED_LONG_EDGE
           
static JobAttributes.SidesType TWO_SIDED_SHORT_EDGE
           
(package private)  int value
          The value of the enumeration.
 
Constructor Summary
private JobAttributes.SidesType(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

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

value

final int value
The value of the enumeration. Package visible for speed.

Constructor Detail

JobAttributes.SidesType

private JobAttributes.SidesType(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.