Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationBuilder.addFieldAnnotations(FieldInfo fieldInfo,
JField field)
add annotation to a property definition.
|
Modifier and Type | Method and Description |
---|---|
JField |
AbstractJClass.getField(String name)
Returns the field with the given name, or null if no field was found with
that name.
|
abstract JField |
JStructure.getField(String name)
Returns the field with the given name, or null if no field was found with
that name.
|
JField |
JAnnotationType.getField(String name)
Not implemented.
|
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.getFields()
Returns an array of all the JFields of this JStructure.
|
abstract JField[] |
JStructure.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.
|
JField |
AbstractJClass.removeField(String name)
Removes the field with the given name from this JClass.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJClass.addField(JField jField)
Adds the given JField to this JStructure.
|
abstract void |
JStructure.addField(JField jField)
Adds the given JField to this JStructure.
|
void |
JAnnotationType.addField(JField jField)
Not implemented.
|
void |
JInterface.addField(JField jField)
Adds the given JField to this Jinterface.
|
boolean |
AbstractJClass.removeField(JField jField)
Removes the given JField from this JClass.
|
Copyright © 2024. All rights reserved.