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

Packages that use PrimitiveElement
org.objectweb.jorm.comp.generator.file   
org.objectweb.jorm.comp.generator.lib   
org.objectweb.jorm.comp.generator.memory   
org.objectweb.jorm.comp.generator.rdb   
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 PrimitiveElement in org.objectweb.jorm.comp.generator.file
 

Methods in org.objectweb.jorm.comp.generator.file with parameters of type PrimitiveElement
 void FileMappingMOP.writeFieldDescFilling(PrimitiveElement pe, java.lang.String varName, org.objectweb.util.io.api.Block block, CompilerParameter cp)
          This method generates the setting of the @varName varible with a Mapper specific FieldDesc either a PrimitiveElement.
 

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

Methods in org.objectweb.jorm.comp.generator.lib that return PrimitiveElement
 PrimitiveElement CommonHelper.getPrimitiveElement(java.lang.Object mo, Class c, boolean canBeFieldName)
          This method allow to retrieve a primitive element from th meta object mo.
 

Methods in org.objectweb.jorm.comp.generator.lib with parameters of type PrimitiveElement
 boolean CommonHelper.isHiddenField(Class c, PrimitiveElement pe)
          This method checks if the parameter is an instance of org.objectweb.jorm.metainfo.api.PrimitiveElement
 

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

Methods in org.objectweb.jorm.comp.generator.memory with parameters of type PrimitiveElement
 void MemoryMappingMOP.writeFieldDescFilling(PrimitiveElement pe, java.lang.String varName, org.objectweb.util.io.api.Block block, CompilerParameter cp)
          This method generates the setting of the @varName varible with a Mapper specific FieldDesc either a PrimitiveElement.
 

Uses of PrimitiveElement in org.objectweb.jorm.comp.generator.rdb
 

Methods in org.objectweb.jorm.comp.generator.rdb with parameters of type PrimitiveElement
 RDBColumnSpec RdbCommonHelper.getColumnName(PrimitiveElement pe, CompilerParameter cp)
          This method permits to fetch the column name of the PrimitiveElement specified as parameter.
 

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

Subinterfaces of PrimitiveElement in org.objectweb.jorm.metainfo.api
 interface ScalarField
          A ScalarField describes corresponds to a hidden field of a ClassObject or a Generic Class.
 

Methods in org.objectweb.jorm.metainfo.api that return PrimitiveElement
 PrimitiveElement GenClass.createIndexField(java.lang.String indexFieldName, PType type)
          Returns a new PrimitiveElement object, created with its name and its type (PType).
 PrimitiveElement GenClass.getIndexField(java.lang.String indexFieldName)
          Returns the PrimitiveElement corresponding to its name.
 PrimitiveElement Class.createPrimitiveElement(java.lang.String fieldName, PType type)
          Allows to obtain a new PrimitiveElement from a class field name an its type.
 PrimitiveElement GenClassRef.createPrimitiveElement(PType type)
          Creates a new PrimitiveElement object, and attach it to the current GenClassRef This method must be used when the recursion is finished (we are on final object which is a PrimitiveElement).
 PrimitiveElement GenClassRef.getPrimitiveElement()
          Returns the PrimitiveElement object which defines the current GenClassRef object.
 

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

Classes in org.objectweb.jorm.metainfo.lib that implement PrimitiveElement
 class BasicPrimitiveElement
          The BasicPrimitiveElement object is used to define fields which are primitive types.
 class BasicScalarField
          A ScalarField describes corresponds to a hidden field of a ClassObject or a Generic Class.
 

Methods in org.objectweb.jorm.metainfo.lib that return PrimitiveElement
 PrimitiveElement BasicGenClass.createIndexField(java.lang.String indexFieldName, PType type)
          Returns a new PrimitiveElement object, created with its name and its type (PType).
 PrimitiveElement BasicGenClass.getIndexField(java.lang.String indexFieldName)
          Returns the PrimitiveElement corresponding to its name.
 PrimitiveElement BasicClass.createPrimitiveElement(java.lang.String fieldName, PType type)
          Allows to obtain a new PrimitiveElement from a class field name an its type.
 PrimitiveElement BasicGenClassRef.createPrimitiveElement(PType type)
          Creates a new PrimitiveElement object, and attach it to the current GenClassRef This method must be used when the recursion is finished (we are on final object which is a PrimitiveElement).
 PrimitiveElement BasicGenClassRef.getPrimitiveElement()
          Returns the PrimitiveElement object which defines the current GenClassRef object.
 

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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