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 |
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
-
(c) Copyright IBM Corporation 1998, 2010