org.objectweb.jorm.metainfo.api
Interface ValueMapping

All Superinterfaces:
MetaObject, java.io.Serializable

public interface ValueMapping
extends MetaObject

The ValueMapping interface defines methods to describe how a primitive field is mapped into JORM.

Author:
X. Spengler

Method Summary
 java.lang.String getMapperName()
          Returns the complete name of the mapper.
 java.lang.String getMappingName()
          Returns the name of the mapping.
 
Methods inherited from interface org.objectweb.jorm.metainfo.api.MetaObject
getParent, setParent
 

Method Detail

getMapperName

public java.lang.String getMapperName()
Returns the complete name of the mapper.
Returns:
the string representation of the mapper name

getMappingName

public java.lang.String getMappingName()
Returns the name of the mapping.
Returns:
the string representation of the mapping name