java.lang.Object
java.awt.JobAttributes.DestinationType
- Enclosing class:
JobAttributes
A type-safe enumeration of possible job destinations.
- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JobAttributes.DestinationTypeTheDestinationTypeinstance to use for specifying print to file.static final JobAttributes.DestinationTypeTheDestinationTypeinstance to use for specifying print to printer. -
Method Summary
-
Field Details
-
FILE
TheDestinationTypeinstance to use for specifying print to file. -
PRINTER
TheDestinationTypeinstance to use for specifying print to printer.
-
-
Method Details
-
hashCode
public int hashCode()Description copied from class:ObjectAnswers an integer hash code for the receiver. Any two objects which answertruewhen passed to.equalsmust answer the same value for this method. -
toString
Description copied from class:ObjectAnswers a string containing a concise, human-readable description of the receiver.
-