org.objectweb.jorm.metainfo.api

Interface MappingStructure

All Superinterfaces:
MetaObject, Serializable
Known Subinterfaces:
ClassMapping, CommonClassMapping, GenClassMapping, IdentifierMapping, ParentClassMapping, PrimitiveElementMapping, ReferenceMapping

public interface MappingStructure
extends MetaObject

todo: Description

Method Summary

MetaObject
getLinkedMO()
Returns the MetaObject referenced by the current MetaObject.
String
getMapperName()
Returns the mapper name.
String
getProjectName()
Returns the project name.
void
setLinkedMO(MetaObject refMO)
Sets the MetaObject referenced by the current MetaObject.

Methods inherited from interface org.objectweb.jorm.metainfo.api.MetaObject

getParent, setParent

Method Details

getLinkedMO

public MetaObject getLinkedMO()
Returns the MetaObject referenced by the current MetaObject.

Returns:
the MetaObject referenced by the current object. If there is no referenced object, null is returned.


getMapperName

public String getMapperName()
Returns the mapper name.

Returns:
the mapper name.


getProjectName

public String getProjectName()
Returns the project name.

Returns:
the project name.


setLinkedMO

public void setLinkedMO(MetaObject refMO)
Sets the MetaObject referenced by the current MetaObject.

Parameters:
refMO - the MetaObject referenced by the current object