ClassDefinition |
This class contains meta data about a class from the model.
|
ClassDefinitionFactory |
This class is responsible for reading data schema from an input XML file and building
the data definition model.
|
ClassInstance |
An instance of a class from the data model.
|
PropertyDefinition |
This class contains meta data about a class property.
|
PropertySetDefinition |
This class contains common meta data about a set of related properties.
|
PropertySetInstance |
An instance of this class contains values for all properties
defined by the corresponding PropertySetDefinition.
|
ReferenceDefinition |
This class contains meta data about a class reference.
|
ReferenceInstance |
The instances of this class contain one or more ClassInstance objects referred by
another ClassInstance object.
|
UIDDefinition |
This class contains meta data about the primary key of a class from the model.
|