Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
JavaPropertyImpl(java.lang.String name,
JavaMethod getter,
JavaMethod setter,
JavaType type,
JavaType declaringClass)
Constructor setting name, getter, setter, type and declaringClass.
|
Modifier and Type | Class and Description |
---|---|
class |
ReflectionJavaMethod
A reflection based JavaMethod implementation.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.