com.crystaldecisions.sdk.occa.report.document
Class IPrintOptions.PrinterType

java.lang.Object
  extended by java.lang.Enum
      extended by com.crystaldecisions.sdk.occa.report.document.IPrintOptions.PrinterType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable
Enclosing interface:
IPrintOptions

public static final class IPrintOptions.PrinterType
extends java.lang.Enum

For internal use only.

See Also:
Serialized Form

Field Summary
static IPrintOptions.PrinterType chosenPrinter
           
static IPrintOptions.PrinterType defaultPrinter
           
static IPrintOptions.PrinterType noPrinter
           
 
Method Summary
static IPrintOptions.PrinterType valueOf(java.lang.String name)
           
static IPrintOptions.PrinterType[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

noPrinter

public static final IPrintOptions.PrinterType noPrinter

defaultPrinter

public static final IPrintOptions.PrinterType defaultPrinter

chosenPrinter

public static final IPrintOptions.PrinterType chosenPrinter
Method Detail

values

public static IPrintOptions.PrinterType[] values()

valueOf

public static IPrintOptions.PrinterType valueOf(java.lang.String name)