Liferay 6.2-ce-ga5

com.liferay.portal.kernel.util
Class MethodParameter

java.lang.Object
  extended by com.liferay.portal.kernel.util.MethodParameter

public class MethodParameter
extends Object


Constructor Summary
MethodParameter(String name, String signatures, Class<?> type)
           
 
Method Summary
 Class<?>[] getGenericTypes()
           
 String getName()
           
 String getSignature()
           
 Class<?> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodParameter

public MethodParameter(String name,
                       String signatures,
                       Class<?> type)
Method Detail

getGenericTypes

public Class<?>[] getGenericTypes()
                           throws ClassNotFoundException
Throws:
ClassNotFoundException

getName

public String getName()

getSignature

public String getSignature()

getType

public Class<?> getType()

Liferay 6.2-ce-ga5