|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFieldMappingInfo
This interface enables you to get and set mapping information for a database field.
ITableChangeFeedback.getFieldMappingInfos()
Method Summary | |
---|---|
java.lang.String |
getReportName()
Gets the name of the subreport that the field mapping applies to. |
java.lang.String |
getSourceField()
Gets the source field of the field mapping. |
IConnectionInfo |
getTargetConnectionInfo()
Gets information about the data source connection. |
java.lang.String |
getTargetField()
Gets the target field of the field mapping. |
void |
setReportName(java.lang.String reportName)
Sets the name of the subreport that the field mapping applies to. |
void |
setSourceField(java.lang.String srcField)
Sets the source field of the field mapping. |
void |
setTargetConnectionInfo(IConnectionInfo table)
Sets the data source connection information. |
void |
setTargetField(java.lang.String targetField)
Sets the target field of the field mapping. |
Method Detail |
---|
java.lang.String getReportName()
void setReportName(java.lang.String reportName)
reportName
- A subreport name, or an empty string to specify the main report.java.lang.String getSourceField()
void setSourceField(java.lang.String srcField)
srcField
- The name of the source field.java.lang.String getTargetField()
void setTargetField(java.lang.String targetField)
targetField
- The name of the target field.IConnectionInfo getTargetConnectionInfo()
IConnectionInfo
describing the data source connection.void setTargetConnectionInfo(IConnectionInfo table)
table
- An IConnectionInfo
describing the data source connection.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |