Package | Description |
---|---|
org.exolab.castor.builder |
Castor XML code generator
|
org.exolab.castor.builder.factory | |
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.addFieldGetterAnnotations(FieldInfo fieldInfo,
JMethod method)
add annotations to a getter of a property.
|
Modifier and Type | Method and Description |
---|---|
JMethod[] |
IdentityMemberAndAccessorFactory.createAccessMethods(FieldInfo fieldInfo)
Creats the getter/setter and getReferenceId methods.
|
Modifier and Type | Method and Description |
---|---|
JMethod |
AbstractJClass.getMethod(int index)
Returns the JMethod located at the specified index.
|
JMethod |
JEnumConstant.getMethod(int index)
Returns the JMethod located at the specified index.
|
JMethod |
AbstractJClass.getMethod(String name,
int startIndex)
Returns the first occurance of the method with the given name, starting
from the specified index.
|
JMethod |
JEnumConstant.getMethod(String name,
int startIndex)
Returns the first occurance of the method with the given name, starting
from the specified index.
|
JMethod[] |
AbstractJClass.getMethods()
Returns an array of all the JMethods of this JClass.
|
JMethod[] |
JEnumConstant.getMethods()
Returns an array of all the JMethods of this JEnumConstant.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractJClass.addMethod(JMethod jMethod)
Adds the given JMethod to this JClass.
|
void |
JEnumConstant.addMethod(JMethod jMethod)
Adds the given JMethod to this JEnumConstant.
|
void |
AbstractJClass.addMethod(JMethod jMethod,
boolean importReturnType)
Adds the given JMethod to this JClass.
|
void |
JEnumConstant.addMethod(JMethod jMethod,
boolean importReturnType)
Adds the given JMethod to this JEnumConstant.
|
void |
AbstractJClass.addMethods(JMethod[] jMethods)
Adds the given array of JMethods to this JClass.
|
void |
JEnumConstant.addMethods(JMethod[] jMethods)
Adds the given array of JMethods to this JEnumConstant.
|
boolean |
AbstractJClass.removeMethod(JMethod method)
Removes the given method from this JClass.
|
Copyright © 2013. All rights reserved.