|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.model.java.AbstractJavaType
org.apache.jdo.impl.model.java.BaseReflectionJavaType
org.apache.jdo.impl.model.java.reflection.ReflectionJavaType
org.apache.jdo.impl.enhancer.meta.model.EnhancerJavaType
public class EnhancerJavaType
Provides some basic Java type information based on JVM descriptors.
Field Summary |
---|
Fields inherited from class org.apache.jdo.impl.model.java.BaseReflectionJavaType |
---|
clazz, superclass |
Constructor Summary | |
---|---|
EnhancerJavaType(java.lang.Class clazz,
JDOModel jdoModel,
JavaModel javaModel)
Creates an instance. |
Method Summary | |
---|---|
protected JavaType |
getJavaTypeInternal(java.lang.Class clazz)
Returns a JavaType instance for the specified Class object. |
Methods inherited from class org.apache.jdo.impl.model.java.reflection.ReflectionJavaType |
---|
createJavaField, getArrayComponentType, getDeclaredJavaField, getJavaField, getJDOClass, getSuperclass, isArray, isPersistenceCapable |
Methods inherited from class org.apache.jdo.impl.model.java.BaseReflectionJavaType |
---|
getJavaClass, getModifiers, getName, isCompatibleWith, isInterface |
Methods inherited from class org.apache.jdo.impl.model.java.AbstractJavaType |
---|
equals, hashCode, isFloatingPoint, isIntegral, isJDOSupportedCollection, isJDOSupportedMap, isOrderable, isPrimitive, isTrackable, isValue, isWrapperClass, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EnhancerJavaType(java.lang.Class clazz, JDOModel jdoModel, JavaModel javaModel)
Method Detail |
---|
protected JavaType getJavaTypeInternal(java.lang.Class clazz)
This implementation delegates the call to the javaModel.
getJavaTypeInternal
in class ReflectionJavaType
clazz
- the Class instance representing the type
null
if not present in this model instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |