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

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

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

Methods in org.objectweb.jorm.metainfo.api that return NameRef
 NameRef NameDef.createNameRef(CompositeName cn_Class)
          Builds a reference toward a composite name describing the namedef.
 NameRef NameDef.getNameRef()
          Retrieves the nameref if the namedef is a composite one.
 

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

Classes in org.objectweb.jorm.metainfo.lib that implement NameRef
 class BasicNameRef
          The BasicNameRef is used to reference a composite name.
 

Methods in org.objectweb.jorm.metainfo.lib that return NameRef
 NameRef BasicNameDef.createNameRef(CompositeName cn_Class)
          Build a reference toward a composite name describing the namedef.
 NameRef BasicNameDef.getNameRef()
          Retrieves the nameref if the namedef is a composite one.
 

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