Uses of Interface
org.apache.jdo.model.java.JavaProperty

Packages that use JavaProperty
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. 
 

Uses of JavaProperty in org.apache.jdo.impl.model.java
 

Classes in org.apache.jdo.impl.model.java that implement JavaProperty
 class JavaPropertyImpl
          Default Implementation of the JavaProperty interface.
 

Methods in org.apache.jdo.impl.model.java that return JavaProperty
 JavaProperty BaseReflectionJavaType.getJavaProperty(java.lang.String name)
           
 JavaProperty[] BaseReflectionJavaType.getDeclaredJavaProperties()
           
 JavaProperty AbstractJavaType.getJavaProperty(java.lang.String name)
           
 JavaProperty[] AbstractJavaType.getDeclaredJavaProperties()
           
 

Uses of JavaProperty in org.apache.jdo.impl.model.java.reflection
 

Methods in org.apache.jdo.impl.model.java.reflection that return JavaProperty
 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.
 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.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 JavaProperty in org.apache.jdo.impl.model.jdo
 

Fields in org.apache.jdo.impl.model.jdo declared as JavaProperty
protected  JavaProperty JDOAssociatedPropertyImplDynamic.javaProperty
          The corresponding JavaProperty instance.
 

Uses of JavaProperty in org.apache.jdo.model.java
 

Methods in org.apache.jdo.model.java that return JavaProperty
 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.
 JavaProperty[] JavaType.getDeclaredJavaProperties()
          Returns an array of JavaProperty instances representing the declared properties of the class represented by this JavaType instance.