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

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

Uses of ClassRef in org.objectweb.jorm.lib
 

Methods in org.objectweb.jorm.lib with parameters of type ClassRef
static java.lang.String JormPathHelper.getPath(ClassRef cr)
          Retrieves the path of the reference to a class.
 

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

Methods in org.objectweb.jorm.metainfo.api that return ClassRef
 ClassRef GenClassRef.createClassRef(Class clazz)
          Creates a new ClassRef 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 ClassRef).
 ClassRef GenClassRef.getClassRef()
          Returns the ClassRef object which defines the current GenClassRef object.
 ClassRef Class.createClassRef(java.lang.String fieldName, Class class_)
          Allows to obtain a new ClassRef from a field name an its class.
 

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

Classes in org.objectweb.jorm.metainfo.lib that implement ClassRef
 class BasicClassRef
          BasicClassRef defines a reference to a class which is class field.
 

Methods in org.objectweb.jorm.metainfo.lib that return ClassRef
 ClassRef BasicGenClassRef.createClassRef(Class clazz)
          Creates a new ClassRef 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 ClassRef).
 ClassRef BasicGenClassRef.getClassRef()
          Returns the ClassRef object which defines the current GenClassRef object.
 ClassRef BasicClass.createClassRef(java.lang.String fieldName, Class class_)
          Allows to obtain a new ClassRef from a field name an its class.
 

Methods in org.objectweb.jorm.metainfo.lib with parameters of type ClassRef
 void MetaInfoPrinter.print(ClassRef cr, java.io.PrintStream out)