org.objectweb.jorm.metainfo.api

Interface ReferenceMapping

All Superinterfaces:
MappingStructure, MetaObject, Serializable

public interface ReferenceMapping
extends MappingStructure

todo: Description

Method Summary

String
getRuleName()
Returns the name of the rule used to map the reference.
void
setRuleName(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 Details

getRuleName

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

Returns:
the name of the rule.


setRuleName

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

Parameters:
rulename - the name of the rule.