Uses of Class
org.exolab.javasource.JField

Packages that use JField
org.exolab.castor.builder Castor XML code generator 
org.exolab.javasource This package contains classes that represent Java Source objects for Castor XML code generator. 
 

Uses of JField in org.exolab.castor.builder
 

Methods in org.exolab.castor.builder with parameters of type JField
 void AnnotationBuilder.addFieldAnnotations(FieldInfo fieldInfo, JField field)
          add annotation to a property definition.
 

Uses of JField in org.exolab.javasource
 

Methods in org.exolab.javasource that return JField
 JField JAnnotationType.getField(String name)
          Not implemented.
abstract  JField JStructure.getField(String name)
          Returns the field with the given name, or null if no field was found with that name.
 JField JInterface.getField(String name)
          Returns the field with the given name, or null if no field was found with the given name.
 JField AbstractJClass.getField(String name)
          Returns the field with the given name, or null if no field was found with that name.
 JField[] JAnnotationType.getFields()
          Not implemented.
abstract  JField[] JStructure.getFields()
          Returns an array of all the JFields of this JStructure.
 JField[] JInterface.getFields()
          Returns an array of all the JFields of this Jinterface.
 JField[] AbstractJClass.getFields()
          Returns an array of all the JFields of this JStructure.
 JField AbstractJClass.removeField(String name)
          Removes the field with the given name from this JClass.
 

Methods in org.exolab.javasource with parameters of type JField
 void JAnnotationType.addField(JField jField)
          Not implemented.
abstract  void JStructure.addField(JField jField)
          Adds the given JField to this JStructure.
 void JInterface.addField(JField jField)
          Adds the given JField to this Jinterface.
 void AbstractJClass.addField(JField jField)
          Adds the given JField to this JStructure.
 boolean AbstractJClass.removeField(JField jField)
          Removes the given JField from this JClass.
 



Copyright © 2012. All Rights Reserved.