org.openware.job.generator.metadata
Class MetaElement

java.lang.Object
  |
  +--org.openware.job.generator.metadata.MetaElement
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
MDMClass, MDMEndPoint, MDMField, MDMInheritance, MDMRelationship

public class MetaElement
extends java.lang.Object
implements java.io.Serializable

Base class of all elements in the MDM metadata model.

Version:
$Revision: 1.2 $ $Date: 2001/03/21 03:47:46 $
Author:
Vincent Sheffer
See Also:
Serialized Form

Constructor Summary
MetaElement()
           
 
Method Summary
 void addDocumentationLine(java.lang.String line)
           
 java.util.Iterator getDocumentationLines()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaElement

public MetaElement()
Method Detail

addDocumentationLine

public void addDocumentationLine(java.lang.String line)

getDocumentationLines

public java.util.Iterator getDocumentationLines()


Copyright © 2000,2001 Openware. All Rights Reserved.