public class ComponentTypeHelper
extends java.lang.Object
Constructor and Description |
---|
ComponentTypeHelper() |
Modifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.