| Package | Description |
|---|---|
| com.sun.jdo.api.persistence.enhancer.classfile |
| Modifier and Type | Method and Description |
|---|---|
ClassField |
ClassFile.findField(String fieldName)
Look for a field with the specified name
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassFile.addField(ClassField field)
Add a field to the list of the fields which the class contains
|
void |
ClassFile.addField(ClassField field,
int index)
Add a field to the list of the fields which the class contains,
at the index'th position.
|
Copyright © 2013. All Rights Reserved.