Uses of Class
vdoclet.docinfo.FieldInfo

Packages that use FieldInfo
vdoclet.beaninfo   
vdoclet.docinfo   
vdoclet.ejb   
 

Uses of FieldInfo in vdoclet.beaninfo
 

Subclasses of FieldInfo in vdoclet.beaninfo
 class PropertyInfo
          Info about a JavaBean property
 

Uses of FieldInfo in vdoclet.docinfo
 

Methods in vdoclet.docinfo that return FieldInfo
 FieldInfo ClassInfo.getField(int index)
           
 FieldInfo Builder.addField(String type, String name)
           
 

Methods in vdoclet.docinfo with parameters of type FieldInfo
 void ClassInfo.addField(FieldInfo field)
           
 

Uses of FieldInfo in vdoclet.ejb
 

Methods in vdoclet.ejb with parameters of type FieldInfo
 void EjbRelationRole.setField(FieldInfo cmrField)
          Register a CMR-field for this role
 

Constructors in vdoclet.ejb with parameters of type FieldInfo
EjbRelationRole(EjbInfo ejb, FieldInfo cmrField)