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

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

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

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

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 BasicClass.createClassRef(java.lang.String fieldName, Class class_)
          Allows to obtain a new ClassRef from a field name an its class.
 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.
 

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