org.openware.job.generator.metadata
Class MDMInheritance

java.lang.Object
  |
  +--org.openware.job.generator.metadata.MetaElement
        |
        +--org.openware.job.generator.metadata.MDMInheritance
All Implemented Interfaces:
java.io.Serializable

public class MDMInheritance
extends MetaElement

An inheritance relationship in the MDM metadata model.

Version:
$Revision: 1.1.1.1 $ $Date: 2000/10/30 06:17:10 $
Author:
Vincent Sheffer
See Also:
Serialized Form

Constructor Summary
MDMInheritance()
           
 
Method Summary
 MDMClass getSubClass()
           
 MDMClass getSuperClass()
           
 void setSubClass(MDMClass c)
           
 void setSuperClass(MDMClass c)
           
 
Methods inherited from class org.openware.job.generator.metadata.MetaElement
addDocumentationLine, getDocumentationLines
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDMInheritance

public MDMInheritance()
Method Detail

setSuperClass

public void setSuperClass(MDMClass c)

setSubClass

public void setSubClass(MDMClass c)

getSuperClass

public MDMClass getSuperClass()

getSubClass

public MDMClass getSubClass()


Copyright © 2000,2001 Openware. All Rights Reserved.