com.arsdigita.persistence.metadata
Class ModelElement

java.lang.Object
  extended bycom.arsdigita.persistence.metadata.Element
      extended bycom.arsdigita.persistence.metadata.ModelElement
Direct Known Subclasses:
Association, DataType

public abstract class ModelElement
extends Element

The ModelElement class represents metadata elements that are components of a Model.

Version:
$Revision: #8 $ $Date: 2004/04/07 $
Author:
rhs@mit.edu

Field Summary
static String versionId
           
 
Method Summary
 Model getModel()
          Returns the Model that this ModelElement is contained in.
 
Methods inherited from class com.arsdigita.persistence.metadata.Element
equals, getColumnNumber, getFilename, getLineNumber, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Method Detail

getModel

public Model getModel()
Returns the Model that this ModelElement is contained in. This value may be null if this ModelElement hasn't been added to a model.

Returns:
The Model that this ModelElement is contained in or null.


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