Uses of Class
org.exolab.javasource.JField
Packages that use JField
Package
Description
Castor XML code generator
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 JFieldModifier and TypeMethodDescriptionvoid
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 JFieldModifier and TypeMethodDescriptionfinal JField
Returns the field with the given name, or null if no field was found with that name.Not implemented.Returns the field with the given name, or null if no field was found with the given name.abstract JField
Returns the field with the given name, or null if no field was found with that name.final JField[]
AbstractJClass.getFields()
Returns an array of all the JFields of this JStructure.JField[]
JAnnotationType.getFields()
Not implemented.JField[]
JInterface.getFields()
Returns an array of all the JFields of this Jinterface.abstract JField[]
JStructure.getFields()
Returns an array of all the JFields of this JStructure.final JField
AbstractJClass.removeField
(String name) Removes the field with the given name from this JClass.Methods in org.exolab.javasource with parameters of type JFieldModifier and TypeMethodDescriptionfinal void
Adds the given JField to this JStructure.void
Not implemented.void
Adds the given JField to this Jinterface.abstract void
Adds the given JField to this JStructure.final boolean
AbstractJClass.removeField
(JField jField) Removes the given JField from this JClass.