Uses of Class
com.sun.jdo.api.persistence.enhancer.classfile.ClassField
-
Packages that use ClassField Package Description com.sun.jdo.api.persistence.enhancer.classfile -
-
Uses of ClassField in com.sun.jdo.api.persistence.enhancer.classfile
Methods in com.sun.jdo.api.persistence.enhancer.classfile that return ClassField Modifier and Type Method Description ClassFieldClassFile. findField(String fieldName)Look for a field with the specified nameMethods in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type ClassField Modifier and Type Method Description voidClassFile. addField(ClassField field)Add a field to the list of the fields which the class containsvoidClassFile. addField(ClassField field, int index)Add a field to the list of the fields which the class contains, at the index'th position.
-