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

Packages that use GenClassRef
org.objectweb.jorm.comp.generator.file   
org.objectweb.jorm.comp.generator.lib   
org.objectweb.jorm.comp.generator.memory   
org.objectweb.jorm.metainfo.api   
org.objectweb.jorm.metainfo.lib   
org.objectweb.jorm.parser.lib.file   
org.objectweb.jorm.xml2mi.api   
org.objectweb.jorm.xml2mi.fos   
org.objectweb.jorm.xml2mi.lib   
org.objectweb.jorm.xml2mi.lib.fos   
org.objectweb.jorm.xml2mi.lib.memory   
org.objectweb.jorm.xml2mi.lib.rdb   
org.objectweb.jorm.xml2mi.memory   
org.objectweb.jorm.xml2mi.rdb   
 

Uses of GenClassRef in org.objectweb.jorm.comp.generator.file
 

Methods in org.objectweb.jorm.comp.generator.file with parameters of type GenClassRef
 void FileMappingMOP.writeInitGenClassMapping(GenClassRef gcr, java.lang.String gcVarName, Class sourceClass, java.lang.String fieldName, int level, org.objectweb.util.io.api.Block block, CompilerParameter cp)
           
 

Uses of GenClassRef in org.objectweb.jorm.comp.generator.lib
 

Methods in org.objectweb.jorm.comp.generator.lib with parameters of type GenClassRef
 TypedElement MappingGenerator.getLastElement(GenClassRef gcr)
           
 java.util.ArrayList MappingGenerator.getGenClassNames(GenClassRef gcr)
           
 

Uses of GenClassRef in org.objectweb.jorm.comp.generator.memory
 

Methods in org.objectweb.jorm.comp.generator.memory with parameters of type GenClassRef
 void MemoryMappingMOP.writeInitGenClassMapping(GenClassRef gcr, java.lang.String gcVarName, Class sourceClass, java.lang.String fieldName, int level, org.objectweb.util.io.api.Block block, CompilerParameter cp)
           
 

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

Methods in org.objectweb.jorm.metainfo.api that return GenClassRef
 GenClassRef Class.createGenClassRef(java.lang.String fieldName, java.lang.String genName)
          Allows to obtain a new GenClassRef from a field name an its generic class.
 GenClassRef GenClassRef.createGenClassRef(java.lang.String genClassRefName)
          Creates a new GenClassRef object.
 GenClassRef GenClassRef.getGenClassRef()
          Returns the GenClassRef object which defines the current GenClassRef object.
 

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

Classes in org.objectweb.jorm.metainfo.lib that implement GenClassRef
 class BasicGenClassRef
          BasicGenClassRef defines a reference to a generic class which is class field.
 

Methods in org.objectweb.jorm.metainfo.lib that return GenClassRef
 GenClassRef BasicClass.createGenClassRef(java.lang.String fieldName, java.lang.String genName)
          Allows to obtain a new GenClassRef from a field name an its generic class.
 GenClassRef BasicGenClassRef.createGenClassRef(java.lang.String genClassRefName)
          Creates a new GenClassRef object.
 GenClassRef BasicGenClassRef.getGenClassRef()
          Returns the GenClassRef object which defines the current GenClassRef object.
 

Methods in org.objectweb.jorm.metainfo.lib with parameters of type GenClassRef
 void MetaInfoPrinter.print(java.lang.String p, GenClassRef gcr, java.io.PrintStream out)
           
 

Uses of GenClassRef in org.objectweb.jorm.parser.lib.file
 

Methods in org.objectweb.jorm.parser.lib.file with parameters of type GenClassRef
 void FileParser.parseMapping(org.w3c.dom.Element node, GenClassRef genClassRef)
          Parses the mapping part of the XML file and builds the corresponding meta-information for a given GenClassRef object.
 

Uses of GenClassRef in org.objectweb.jorm.xml2mi.api
 

Methods in org.objectweb.jorm.xml2mi.api with parameters of type GenClassRef
 void MappingParser.parseMapping(org.w3c.dom.Element node, GenClassRef genClassRef)
          Parses the mapping part of the XML file and builds the corresponding meta-information for a given GenClassRef object.
 

Uses of GenClassRef in org.objectweb.jorm.xml2mi.fos
 

Methods in org.objectweb.jorm.xml2mi.fos with parameters of type GenClassRef
 void FosParser.parseMapping(org.w3c.dom.Element node, GenClassRef genClassRef)
          Parses the mapping part of the XML file and builds the corresponding meta-information for a given GenClassRef object.
 

Uses of GenClassRef in org.objectweb.jorm.xml2mi.lib
 

Methods in org.objectweb.jorm.xml2mi.lib with parameters of type GenClassRef
 void ProxyParser.parseMapping(org.w3c.dom.Element element, GenClassRef genClassRef)
          Parses the mapping part of the XML file and builds the corresponding meta-information for a given GenClassRef object.
 

Uses of GenClassRef in org.objectweb.jorm.xml2mi.lib.fos
 

Methods in org.objectweb.jorm.xml2mi.lib.fos with parameters of type GenClassRef
 void FosParser.parseMapping(org.w3c.dom.Element node, GenClassRef genClassRef)
          Parses the mapping part of the XML file and builds the corresponding meta-information for a given GenClassRef object.
 

Uses of GenClassRef in org.objectweb.jorm.xml2mi.lib.memory
 

Methods in org.objectweb.jorm.xml2mi.lib.memory with parameters of type GenClassRef
 void MemoryParser.parseMapping(org.w3c.dom.Element node, GenClassRef genClassRef)
          Parses the mapping part of the XML file and builds the corresponding meta-information for a given GenClassRef object.
 

Uses of GenClassRef in org.objectweb.jorm.xml2mi.lib.rdb
 

Methods in org.objectweb.jorm.xml2mi.lib.rdb with parameters of type GenClassRef
 void RDBParser.parseMapping(org.w3c.dom.Element element, GenClassRef genClassRef)
          Parses the mapping part of the XML file and builds the corresponding meta-information for a given GenClassRef object.
 

Uses of GenClassRef in org.objectweb.jorm.xml2mi.memory
 

Methods in org.objectweb.jorm.xml2mi.memory with parameters of type GenClassRef
 void MemoryParser.parseMapping(org.w3c.dom.Element node, GenClassRef genClassRef)
          Parses the mapping part of the XML file and builds the corresponding meta-information for a given GenClassRef object.
 

Uses of GenClassRef in org.objectweb.jorm.xml2mi.rdb
 

Methods in org.objectweb.jorm.xml2mi.rdb with parameters of type GenClassRef
 void RDBParser.parseMapping(org.w3c.dom.Element element, GenClassRef genClassRef)
          Parses the mapping part of the XML file and builds the corresponding meta-information for a given GenClassRef object.