Uses of Class
com.arsdigita.persistence.metadata.Model

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.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC