TFORMer SDK - JAVA
7.0
|
DSFieldMapping defines the field-mappings between a DataSource and the DataFields used in a Formlayout. More...
Public Member Functions | |
void | dispose () throws TFormerException |
Releases the resources allocated by this instance. | |
void | dump (PrintStream s) throws IOException, TFormerException |
Dumps the current instance into a text stream. | |
String | getDataField () throws TFormerException |
Gets the target DataField-name of the DSFieldMapping. | |
DSFieldMapping | getNext () throws TFormerException |
Gets the next DSFieldMapping in the DataSource. | |
String | getSourceField () throws TFormerException |
Gets the source-field name of the DSFieldMapping. | |
void | setDataField (String sDataField) throws TFormerException |
Sets the target DataField name of the DSFieldMapping. | |
void | setSourceField (String sSourceField) throws TFormerException |
Sets the source-field name of the DSFieldMapping. | |
String | toString () |
Returns a string representation of the instance. |
DSFieldMapping defines the field-mappings between a DataSource and the DataFields used in a Formlayout.
void dispose | ( | ) | throws TFormerException |
Releases the resources allocated by this instance.
Call this method in every case (even in case of exceptions) is this instance is not required anymore.
void dump | ( | PrintStream | s | ) | throws IOException, TFormerException |
Dumps the current instance into a text stream.
s | Instance of the stream |
String getDataField | ( | ) | throws TFormerException |
Gets the target DataField-name of the DSFieldMapping.
This property specifies the name of the target DataField (as used in the FormLayout), which receives the data from the source-field (see setSourceField).
DSFieldMapping getNext | ( | ) | throws TFormerException |
Gets the next DSFieldMapping in the DataSource.
A DataSource stores a list of DSFieldMapping objects. You can use this method to iterate through the list. To retrieve the first DataSource in the DataSource see DataSource.getFirstDSFieldMapping.
null
String getSourceField | ( | ) | throws TFormerException |
Gets the source-field name of the DSFieldMapping.
This property specifies the column name of the DataSource
void setDataField | ( | String | sDataField | ) | throws TFormerException |
Sets the target DataField name of the DSFieldMapping.
This property specifies the name of the target DataField (as used in the Formlayout), which receives the data from the source-field (see setSourceField()).
sDataField | The target DataField of the DSFieldMapping |
void setSourceField | ( | String | sSourceField | ) | throws TFormerException |
Sets the source-field name of the DSFieldMapping.
This property specifies the column name of the DataSource
sSourceField | The source-field of the DSFieldMapping |
String toString | ( | ) |
Returns a string representation of the instance.
© 2006-2012 - all rights reserved by TEC-IT Datenverarbeitung GmbH |
![]() |
Generated on Tue Oct 23 2012 16:33:20 for TFORMer SDK - JAVA with doxygen 1.8.0 |