Package | Description |
---|---|
vdoclet.beaninfo | |
vdoclet.docinfo | |
vdoclet.ejb |
Modifier and Type | Method and Description |
---|---|
MethodInfo |
PropertyInfo.getGetter()
Get the getter-method
|
MethodInfo |
PropertyInfo.getSetter()
Get the setter-method
|
Modifier and Type | Method and Description |
---|---|
static PropertyInfo |
PropertyInfo.fromGetter(MethodInfo getter)
Create a PropertyInfo based on a getter-method
|
Constructor and Description |
---|
PropertyInfo(String type,
String name,
MethodInfo getter,
MethodInfo setter)
Construct a new PropertyInfo
|
Modifier and Type | Method and Description |
---|---|
MethodInfo |
Builder.addMethod(String type,
String name) |
MethodInfo |
ClassInfo.getMethod(int index) |
MethodInfo |
ClassInfo.getMethod(String name,
List types) |
Modifier and Type | Method and Description |
---|---|
void |
ClassInfo.addMethod(MethodInfo method) |
Modifier and Type | Method and Description |
---|---|
void |
EjbRelationRole.setField(MethodInfo cmrMethod)
Register a get-method that defines the CMR-field for this role
|