|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jdo.impl.model.java.runtime.jdk5.ComponentTypeHelper
public class ComponentTypeHelper
Helper class to calculate the component type of he type of a field, method or property in a J2SE5.0 environment.
Constructor Summary | |
---|---|
ComponentTypeHelper()
|
Method Summary | |
---|---|
static java.lang.Class |
getComponentClass(org.apache.jdo.model.java.JavaField javaField)
Returns the Class instance representing the component type of the type of the specified field. |
static java.lang.Class |
getComponentClass(org.apache.jdo.model.java.JavaMethod javaMethod)
Returns the Class instance representing the component type of the return type of the specified method. |
static java.lang.Class |
getComponentClass(org.apache.jdo.model.java.JavaProperty javaProperty)
Returns the Class instance representing the component type of the type of the specified property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ComponentTypeHelper()
Method Detail |
---|
public static java.lang.Class getComponentClass(org.apache.jdo.model.java.JavaField javaField)
public static java.lang.Class getComponentClass(org.apache.jdo.model.java.JavaMethod javaMethod)
public static java.lang.Class getComponentClass(org.apache.jdo.model.java.JavaProperty javaProperty)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |