Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

javax.el
Class MethodInfo

Object
  extended by javax.el.MethodInfo

public class MethodInfo
extends Object

Holds information about a method that a MethodExpression evaluated to.


Constructor Summary
MethodInfo(String name, Class returnType, Class[] paramTypes)
          Creates a new instance of MethodInfo with the given information.
 
Method Summary
 String getName()
          Returns the name of the method
 Class[] getParamTypes()
          Returns the parameter types of the method
 Class getReturnType()
          Returns the return type of the method
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfo

public MethodInfo(String name,
                  Class returnType,
                  Class[] paramTypes)
Creates a new instance of MethodInfo with the given information.

Parameters:
name - The name of the method
returnType - The return type of the method
paramTypes - The types of each of the method's parameters
Method Detail

getName

public String getName()
Returns the name of the method

Returns:
the name of the method

getParamTypes

public Class[] getParamTypes()
Returns the parameter types of the method

Returns:
the parameter types of the method

getReturnType

public Class getReturnType()
Returns the return type of the method

Returns:
the return type of the method

Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

Copyright © 2014 Oracle. All Rights Reserved.