com.ibm.btt.model
Interface IModel
- All Known Subinterfaces:
- IFieldModel, IListModel, IMapModel, IModelAdapter
- All Known Implementing Classes:
- AbstractModelAdapter, ContextModelAdapter, DataFieldModel, ICollModel, KCollModel
public interface IModel
To help the end user manipulate the lower data model easier with an universal
way, Data Abstract Layer provides the Data Model Interface to describe the
abstract data structure used in Data Abstract Layer.
IModel is the root interface of the Data Abstract Layer hierarchy. All Data
model interfaces extend from this interface.
getContent
java.lang.Object getContent()
- Returns:
- the root content of the model.(Wrapped data element)
(c) Copyright IBM Corporation 1998, 2009