javax.el
Class MethodInfo

java.lang.Object
  extended by javax.el.MethodInfo

public class MethodInfo
extends Object


Constructor Summary
MethodInfo(String name, Class<?> returnType, Class<?>[] paramTypes)
           
 
Method Summary
 String getName()
           
 Class<?>[] getParamTypes()
           
 Class<?> getReturnType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfo

public MethodInfo(String name,
                  Class<?> returnType,
                  Class<?>[] paramTypes)
Method Detail

getName

public String getName()

getParamTypes

public Class<?>[] getParamTypes()

getReturnType

public Class<?> getReturnType()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.