|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.mobileapps.pcre.PCREJobExportInfo
| 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 |
public java.lang.String formatDLLName
public int formatType
public java.lang.Object formatOptions
public java.lang.String destinationDLLName
public int destinationType
public java.lang.Object destinationOptions
| Constructor Detail |
public PCREJobExportInfo()
public PCREJobExportInfo(java.lang.String formatDLLName,
int formatType,
java.lang.Object formatOptions,
java.lang.String destinationDLLName,
int destinationType,
java.lang.Object destinationOptions)
formatDLLName - The name of the dll that is used for outpitformatType - The type of farmattingformatOptions - The options for the formatting - these vary, as per the formatdestinationDLLName - The name of the dll that copes with the destinationdestinationType - The type of destinationdestinationOptions - The options for the destination - these vary, as per the destination
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||