|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Model | |
com.arsdigita.metadata | Provides a set of classes to store metadata about data object types and the database schema used to persist data objects. |
com.arsdigita.persistence.metadata | Provides a set of classes to store metadata about data object types and the database schema used to persist data objects. |
Uses of Model in com.arsdigita.metadata |
Constructors in com.arsdigita.metadata with parameters of type Model | |
DynamicObjectType(String name,
ObjectType supertype,
Model model)
This procedures allows developers to dynamically create object types that may or may not subtype an object. |
Uses of Model in com.arsdigita.persistence.metadata |
Methods in com.arsdigita.persistence.metadata that return Model | |
Model |
MetadataRoot.getModel(String name)
Returns the Model with the specified name, or null if no such model exists. |
Model |
ModelElement.getModel()
Returns the Model that this ModelElement is contained in. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |