|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.openware.job.generator.metadata.MetaElement | +--org.openware.job.generator.metadata.MDMInheritance
An inheritance relationship in the MDM metadata model.
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 |
public MDMInheritance()
Method Detail |
public void setSuperClass(MDMClass c)
public void setSubClass(MDMClass c)
public MDMClass getSuperClass()
public MDMClass getSubClass()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |