|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JavaMethod | |
org.apache.jdo.impl.model.java | This package contains classes that are for use across all kinds of JavaModel implementations. |
org.apache.jdo.impl.model.java.reflection | |
org.apache.jdo.model.java | This package defines the JavaModel API. |
Uses of JavaMethod in org.apache.jdo.impl.model.java |
Methods in org.apache.jdo.impl.model.java that return JavaMethod | |
JavaMethod |
JavaPropertyImpl.getGetterMethod()
Returns the JavaMethod representation of the getter method for this JavaProperty. |
JavaMethod |
JavaPropertyImpl.getSetterMethod()
Returns the JavaMethod representation of the setter method for this JavaProperty. |
Constructors in org.apache.jdo.impl.model.java with parameters of type JavaMethod | |
JavaPropertyImpl(java.lang.String name,
JavaMethod getter,
JavaMethod setter,
JavaType type,
JavaType declaringClass)
Constructor setting name, getter, setter, type and declaringClass. |
Uses of JavaMethod in org.apache.jdo.impl.model.java.reflection |
Classes in org.apache.jdo.impl.model.java.reflection that implement JavaMethod | |
class |
ReflectionJavaMethod
A reflection based JavaMethod implementation. |
Methods in org.apache.jdo.impl.model.java.reflection that return JavaMethod | |
JavaMethod |
ReflectionJavaType.createJavaMethod(java.lang.reflect.Method method)
Creates a new JavaMethod instance. |
protected JavaMethod |
ReflectionJavaType.newJavaMethodInstance(java.lang.reflect.Method method)
Creates a new instance of the JavaMethod implementation class. |
Methods in org.apache.jdo.impl.model.java.reflection with parameters of type JavaMethod | |
JavaProperty |
ReflectionJavaType.createJavaProperty(java.lang.String name,
JavaMethod getter,
JavaMethod setter,
JavaType type)
Creates a new JavaProperty instance and adds it to the list of declared properties of this class. |
protected JavaProperty |
ReflectionJavaType.newJavaPropertyInstance(java.lang.String name,
JavaMethod getter,
JavaMethod setter,
JavaType type)
Creates a new instance of the JavaProperty implementation class. |
Uses of JavaMethod in org.apache.jdo.model.java |
Methods in org.apache.jdo.model.java that return JavaMethod | |
JavaMethod |
JavaProperty.getGetterMethod()
Returns the JavaMethod representation of the getter method for this JavaProperty. |
JavaMethod |
JavaProperty.getSetterMethod()
Returns the JavaMethod representation of the setter method for this JavaProperty. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |