org.apache.jdo.impl.model.java.runtime.jdk5
Class ComponentTypeHelper

java.lang.Object
  extended by org.apache.jdo.impl.model.java.runtime.jdk5.ComponentTypeHelper

public class ComponentTypeHelper
extends java.lang.Object

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

ComponentTypeHelper

public ComponentTypeHelper()
Method Detail

getComponentClass

public 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.


getComponentClass

public 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.


getComponentClass

public 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.



Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.