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.impl.model.jdo |
This package contains classes that implement the JDO model interfaces
and provide access to JDO metadata.
|
org.apache.jdo.model.java |
This package defines the JavaModel API.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaPropertyImpl
Default Implementation of the JavaProperty interface.
|
Modifier and Type | Method and Description |
---|---|
JavaProperty[] |
AbstractJavaType.getDeclaredJavaProperties() |
JavaProperty[] |
BaseReflectionJavaType.getDeclaredJavaProperties() |
JavaProperty |
AbstractJavaType.getJavaProperty(java.lang.String name) |
JavaProperty |
BaseReflectionJavaType.getJavaProperty(java.lang.String name) |
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.
|
JavaProperty[] |
ReflectionJavaType.getDeclaredJavaProperties()
Returns an array of JavaProperty instances representing the declared
properties of the class represented by this JavaType instance.
|
JavaProperty |
ReflectionJavaType.getDeclaredJavaProperty(java.lang.String name)
Returns a JavaProperty instance that reflects the declared property
with the specified name of the class or interface represented by this
JavaType instance.
|
JavaProperty |
ReflectionJavaType.getJavaProperty(java.lang.String name)
Returns a JavaProperty instance that reflects the property with the
specified name of the class or interface represented by this
JavaType instance.
|
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 | Field and Description |
---|---|
protected JavaProperty |
JDOAssociatedPropertyImplDynamic.javaProperty
The corresponding JavaProperty instance.
|
Modifier and Type | Method and Description |
---|---|
JavaProperty[] |
JavaType.getDeclaredJavaProperties()
Returns an array of JavaProperty instances representing the declared
properties of the class represented by this JavaType instance.
|
JavaProperty |
JavaType.getJavaProperty(java.lang.String name)
Returns a JavaProperty instance that reflects the property with the
specified name of the class or interface represented by this
JavaType instance.
|
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.