com.mobileapps.pcre
Class PCREJobExportInfo

java.lang.Object
  |
  +--com.mobileapps.pcre.PCREJobExportInfo
Direct Known Subclasses:
PCREExcelJobExportInfo, PCREHTMLJobExportInfo, PCREPDFJobExportInfo, PCRERTFJobExportInfo, PCREWordJobExportInfo

public class PCREJobExportInfo
extends java.lang.Object


Field Summary
 java.lang.String destinationDLLName
          The uxd-destination-dll name.
 java.lang.Object destinationOptions
          A UXD destination object or null.
 int destinationType
          The UXD destination type.
 java.lang.String formatDLLName
          The uxf-format-dll name.
 java.lang.Object formatOptions
          A UXF format object or null.
 int formatType
          The UXF report type.
 
Constructor Summary
PCREJobExportInfo()
          Construct an empty PCREJobExportInfo object.
PCREJobExportInfo(java.lang.String formatDLLName, int formatType, java.lang.Object formatOptions, java.lang.String destinationDLLName, int destinationType, java.lang.Object destinationOptions)
          Construct an initialized PCREJobExportInfo object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formatDLLName

public java.lang.String formatDLLName
The uxf-format-dll name.

formatType

public int formatType
The UXF report type.

formatOptions

public java.lang.Object formatOptions
A UXF format object or null.

destinationDLLName

public java.lang.String destinationDLLName
The uxd-destination-dll name.

destinationType

public int destinationType
The UXD destination type.

destinationOptions

public java.lang.Object destinationOptions
A UXD destination object or null.
Constructor Detail

PCREJobExportInfo

public PCREJobExportInfo()
Construct an empty PCREJobExportInfo object.

PCREJobExportInfo

public PCREJobExportInfo(java.lang.String formatDLLName,
                         int formatType,
                         java.lang.Object formatOptions,
                         java.lang.String destinationDLLName,
                         int destinationType,
                         java.lang.Object destinationOptions)
Construct an initialized PCREJobExportInfo object.
Parameters:
formatDLLName - The name of the dll that is used for outpit
formatType - The type of farmatting
formatOptions - The options for the formatting - these vary, as per the format
destinationDLLName - The name of the dll that copes with the destination
destinationType - The type of destination
destinationOptions - The options for the destination - these vary, as per the destination