com.crystaldecisions.sdk.occa.report.document
Class IPrintOptions.PrinterType
java.lang.Object
java.lang.Enum
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
| 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 |
noPrinter
public static final IPrintOptions.PrinterType noPrinter
defaultPrinter
public static final IPrintOptions.PrinterType defaultPrinter
chosenPrinter
public static final IPrintOptions.PrinterType chosenPrinter
values
public static IPrintOptions.PrinterType[] values()
valueOf
public static IPrintOptions.PrinterType valueOf(java.lang.String name)