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 CommonClassMapping.getIdentifierMapping()
          Returns the IdentifierMapping in this class mapping.
 IdentifierMapping CommonClassMapping.createIdentifierMapping(NameDef nd)
          Creates a new IdentifierMapping object.
 

Methods in org.objectweb.jorm.metainfo.api with parameters of type IdentifierMapping
 void CommonClassMapping.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 BasicCommonClassMapping.getIdentifierMapping()
          Returns the IdentifierMapping object.
 IdentifierMapping BasicCommonClassMapping.createIdentifierMapping(NameDef nd)
          Creates a new IdentifierMapping object.
 

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