IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.model
Interface IFieldModel

All Superinterfaces:
IModel
All Known Implementing Classes:
DataFieldModel

public interface IFieldModel
extends IModel

The leaf node of the data structure. It wraps the root element that contains the data value.


Method Summary
 java.lang.Object getValue()
           
 void setValue(java.lang.Object value)
          Set the value of the data model
 
Methods inherited from interface com.ibm.btt.model.IModel
getContent
 

Method Detail

getValue

java.lang.Object getValue()
Returns:
the value of the data model

setValue

void setValue(java.lang.Object value)
Set the value of the data model

Parameters:
value -

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011