railo.runtime.reflection.pairs
Class MethodParameterPair

java.lang.Object
  extended by railo.runtime.reflection.pairs.MethodParameterPair

public final class MethodParameterPair
extends Object

Hold a pair of method and parameter to invoke


Constructor Summary
MethodParameterPair(Method method, Object[] parameters)
          constructor of the pair Object
 
Method Summary
 Method getMethod()
          returns the Method
 Object[] getParameters()
          returns the Parameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodParameterPair

public MethodParameterPair(Method method,
                           Object[] parameters)
constructor of the pair Object

Parameters:
method -
parameters -
Method Detail

getMethod

public Method getMethod()
returns the Method

Returns:
returns the Method

getParameters

public Object[] getParameters()
returns the Parameters

Returns:
returns the Parameters


Copyright © 2012 Railo