org.objectweb.jorm.metainfo.api
Interface MappingStructure

All Superinterfaces:
MetaObject, java.io.Serializable
All 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.
 java.lang.String getMapperName()
          Returns the mapper name.
 java.lang.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 Detail

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.

setLinkedMO

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

Parameters:
refMO - the MetaObject referenced by the current object

getMapperName

public java.lang.String getMapperName()
Returns the mapper name.

Returns:
the mapper name.

getProjectName

public java.lang.String getProjectName()
Returns the project name.

Returns:
the project name.