com.arsdigita.persistence.metadata
Class Element

java.lang.Object
  extended bycom.arsdigita.persistence.metadata.Element
Direct Known Subclasses:
MetadataRoot, Model, ModelElement, Property

public abstract class Element
extends Object

The Element class is the abstract base class for functionality common to all metadata classes.

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

Field Summary
static String versionId
           
 
Method Summary
 boolean equals(Object other)
           
 int getColumnNumber()
          Returns the column number for this metadata element.
 String getFilename()
          Returns the filename for this metadata element.
 int getLineNumber()
          Returns the line number for this metadata element.
 int 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

getFilename

public String getFilename()
Returns the filename for this metadata element.


getLineNumber

public int getLineNumber()
Returns the line number for this metadata element.


getColumnNumber

public int getColumnNumber()
Returns the column number for this metadata element.


hashCode

public int hashCode()

equals

public boolean equals(Object other)


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