|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jorm.metainfo.lib.BasicMetaObject
Description
Constructor Summary | |
BasicMetaObject(MetaObject parent)
Builds a new BasicMetaObject object. |
Method Summary | |
Manager |
getManager()
Returns the Manager object. |
MetaObject |
getParent()
Returns the parent MetaObject of the current MetaObject. |
void |
setParent(MetaObject parent)
Sets the parent of the current meta object if it is not yet done by the constructor of the meta object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BasicMetaObject(MetaObject parent)
parent
- the parent of the current objectMethod Detail |
public MetaObject getParent()
getParent
in interface MetaObject
public void setParent(MetaObject parent)
setParent
in interface MetaObject
parent
- the parent MetaObject of the current objectpublic Manager getManager()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |