|
Class Summary |
| AttributeDescriptor |
Describes an attribute of a class - i.e. a field that is neither an object
reference or a collection. |
| ClassDescriptor |
Describe a business model class. |
| CollectionDescriptor |
Describes a field that references a collection of other objects. |
| FieldDescriptor |
Abstract representation of a field within a class - could be an attribute, an
object reference or a collection. |
| Model |
Represents a named business model, makes available metadata for each class
within model. |
| PrimaryKey |
Class representing a primary key as a list of field names |
| PrimaryKeyUtil |
Utility methods for PrimaryKey objects. |
| ReferenceDescriptor |
Describes a field that references a single other class (i.e. not a collection
of objects). |