Uses of Interface
org.objectweb.jorm.metainfo.api.IdentifierMapping

Packages that use IdentifierMapping
org.objectweb.jorm.metainfo.api   
org.objectweb.jorm.metainfo.lib   
 

Uses of IdentifierMapping in org.objectweb.jorm.metainfo.api
 

Methods in org.objectweb.jorm.metainfo.api that return IdentifierMapping
 IdentifierMapping HelperClassMapping.getIdentifierMapping()
          Returns the IdentifierMapping object.
 IdentifierMapping HelperClassMapping.createIdentifierMapping(NameDef nd)
          Creates a new IdentifierMapping object.
 

Methods in org.objectweb.jorm.metainfo.api with parameters of type IdentifierMapping
 void HelperClassMapping.setIdentifierMapping(IdentifierMapping idmapping)
          Sets the IdentifierMapping object.
 

Uses of IdentifierMapping in org.objectweb.jorm.metainfo.lib
 

Classes in org.objectweb.jorm.metainfo.lib that implement IdentifierMapping
 class BasicIdentifierMapping
          Description
 

Methods in org.objectweb.jorm.metainfo.lib that return IdentifierMapping
 IdentifierMapping BasicHelperClassMapping.getIdentifierMapping()
          Returns the IdentifierMapping object.
 IdentifierMapping BasicHelperClassMapping.createIdentifierMapping(NameDef nd)
          Creates a new IdentifierMapping object.
 

Methods in org.objectweb.jorm.metainfo.lib with parameters of type IdentifierMapping
 void BasicHelperClassMapping.setIdentifierMapping(IdentifierMapping idmapping)
          Sets the IdentifierMapping object.