aicas logoJamaica 6.4 release 1

java.awt
Class JobAttributes.DefaultSelectionType

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

public static final class JobAttributes.DefaultSelectionType
extends Object

A type-safe enumeration of possible default selection states.

Since:
1.3

Field Summary
static JobAttributes.DefaultSelectionType ALL
          The DefaultSelectionType instance to use for specifying that all pages of the job should be printed.
static JobAttributes.DefaultSelectionType RANGE
          The DefaultSelectionType instance to use for specifying that a range of pages of the job should be printed.
static JobAttributes.DefaultSelectionType SELECTION
          The DefaultSelectionType instance to use for specifying that the current selection should be printed.
 
Method Summary
 int hashCode()
          hashCode returns a hash code for this object.
 String toString()
          toString creates a printable string that represents this object for debugging purposes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

ALL

public static final JobAttributes.DefaultSelectionType ALL
The DefaultSelectionType instance to use for specifying that all pages of the job should be printed.


RANGE

public static final JobAttributes.DefaultSelectionType RANGE
The DefaultSelectionType instance to use for specifying that a range of pages of the job should be printed.


SELECTION

public static final JobAttributes.DefaultSelectionType SELECTION
The DefaultSelectionType instance to use for specifying that the current selection should be printed.

Method Detail

hashCode

public int hashCode()
Description copied from class: Object
hashCode returns a hash code for this object. The hash code must be equal for two objects a and b if a.equals(b) is true.

The default implementation returns System.identityHashCode(this).

Overrides:
hashCode in class Object
Returns:
a hash code value.

toString

public String toString()
Description copied from class: Object
toString creates a printable string that represents this object for debugging purposes.

The default implementation returns getClass().getName() + '@' + Integer.toHexString(hashCode()).

Overrides:
toString in class Object
Returns:
a string identifying this object.

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.