Class DataInstance<T extends AbstractTreeElement<T>>

java.lang.Object
org.javarosa.core.model.instance.DataInstance<T>
All Implemented Interfaces:
Persistable, Externalizable
Direct Known Subclasses:
ExternalDataInstance, FormInstance

public abstract class DataInstance<T extends AbstractTreeElement<T>>
extends Object
implements Persistable
A data instance represents a tree structure of abstract tree elements which can be accessed and read with tree references. It is a supertype of different types of concrete models which may or may not be read only.
Author:
ctsims