org.objectweb.jorm.metainfo.api
Interface Extension

All Superinterfaces:
MetaObject, Reference, java.io.Serializable, TypedElement
All Known Implementing Classes:
BasicExtension

public interface Extension
extends Reference


Method Summary
 java.lang.String getClassName()
          Returns the name of the inherited class.
 java.lang.String getFQName()
          Returns the fully qualified name of the class ref.
 Class getMOClass()
          Returns the Class object which describes the inherited class entity.
 
Methods inherited from interface org.objectweb.jorm.metainfo.api.Reference
createRefNameDef, getRefNameDef, getRefNameDef
 
Methods inherited from interface org.objectweb.jorm.metainfo.api.TypedElement
getName, getType
 
Methods inherited from interface org.objectweb.jorm.metainfo.api.MetaObject
getParent, setParent
 

Method Detail

getMOClass

public Class getMOClass()
Returns the Class object which describes the inherited class entity.

Returns:
the Class Object referenced by the inheritance relationship.

getClassName

public java.lang.String getClassName()
Returns the name of the inherited class.

Returns:
the name of the inherited class object.

getFQName

public java.lang.String getFQName()
Returns the fully qualified name of the class ref.

Returns:
the name of the class reference meta object