org.objectweb.jorm.metainfo.api
Interface MappingStructure
- MetaObject, Serializable
- ClassMapping, CommonClassMapping, GenClassMapping, IdentifierMapping, ParentClassMapping, PrimitiveElementMapping, ReferenceMapping
public interface MappingStructure
todo: Description
getLinkedMO
public MetaObject getLinkedMO()
Returns the MetaObject referenced by the current MetaObject.
- the MetaObject referenced by the current object. If there is
no referenced object, null is returned.
getMapperName
public String getMapperName()
Returns the mapper name.
- the mapper name.
getProjectName
public String getProjectName()
Returns the project name.
- the project name.
setLinkedMO
public void setLinkedMO(MetaObject refMO)
Sets the MetaObject referenced by the current MetaObject.
refMO
- the MetaObject referenced by the current object