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. |
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