org.objectweb.jorm.metainfo.api
Interface ReferenceMapping

All Superinterfaces:
MappingStructure, MetaObject, java.io.Serializable

public interface ReferenceMapping
extends MappingStructure

todo: Description


Method Summary
 java.lang.String getRuleName()
          Returns the name of the rule used to map the reference.
 void setRuleName(java.lang.String rulename)
          Sets the name of the rule used to map the reference.
 
Methods inherited from interface org.objectweb.jorm.metainfo.api.MappingStructure
getLinkedMO, getMapperName, getProjectName, setLinkedMO
 
Methods inherited from interface org.objectweb.jorm.metainfo.api.MetaObject
getParent, setParent
 

Method Detail

getRuleName

public java.lang.String getRuleName()
Returns the name of the rule used to map the reference.

Returns:
the name of the rule.

setRuleName

public void setRuleName(java.lang.String rulename)
Sets the name of the rule used to map the reference.

Parameters:
rulename - the name of the rule.