Uses of Class
org.scrashmeow.ojb.console.config.repository.FieldDescriptor

Packages that use FieldDescriptor
org.scrashmeow.ojb.console.config.repository Provides the object/xml classes for the application's repository metadata configuration (code-generated). 
org.scrashmeow.ojb.console.service Provides the classes that define services for the web application. 
 

Uses of FieldDescriptor in org.scrashmeow.ojb.console.config.repository
 

Methods in org.scrashmeow.ojb.console.config.repository that return FieldDescriptor
static FieldDescriptor FieldDescriptor.unmarshal(java.io.Reader reader)
          Method unmarshal
 FieldDescriptor ClassDescriptor.getFieldDescriptor(int index)
          Method getFieldDescriptor
 FieldDescriptor[] ClassDescriptor.getFieldDescriptor()
          Method getFieldDescriptor
 

Methods in org.scrashmeow.ojb.console.config.repository with parameters of type FieldDescriptor
 void ClassDescriptor.addFieldDescriptor(FieldDescriptor vFieldDescriptor)
          Method addFieldDescriptor
 void ClassDescriptor.addFieldDescriptor(int index, FieldDescriptor vFieldDescriptor)
          Method addFieldDescriptor
 boolean ClassDescriptor.removeFieldDescriptor(FieldDescriptor vFieldDescriptor)
          Method removeFieldDescriptor
 void ClassDescriptor.setFieldDescriptor(int index, FieldDescriptor vFieldDescriptor)
          Method setFieldDescriptor
 void ClassDescriptor.setFieldDescriptor(FieldDescriptor[] fieldDescriptorArray)
          Method setFieldDescriptor
 

Uses of FieldDescriptor in org.scrashmeow.ojb.console.service
 

Methods in org.scrashmeow.ojb.console.service that return FieldDescriptor
protected  FieldDescriptor UiMetaDataServiceImpl.findFieldDescriptor(java.lang.String classId, java.lang.String fieldId)
           
 



Copyright © 2003 Alexander Bibighaus et al. All Rights Reserved.