org.apache.commons.clazz.reflect.common
Class AccessorMethodParseResults

java.lang.Object
  extended by org.apache.commons.clazz.reflect.common.AccessorMethodParseResults

public class AccessorMethodParseResults
extends Object

Container for the results of method parsing: propertyName and two types. The types are used differently depending on how the corresponding AccessorMethodParser uses them.

Version:
$Id: AccessorMethodParseResults.java 155436 2005-02-26 13:17:48Z dirkv $
Author:
Dmitri Plotnikov

Constructor Summary
AccessorMethodParseResults(Method method, String propertyName, Class type, Class parameterType)
           
 
Method Summary
 Method getMethod()
          Returns the method.
 Class getParameterType()
          Returns the parameterType.
 String getPropertyName()
          Returns the propertyName.
 Class getType()
          Returns the type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessorMethodParseResults

public AccessorMethodParseResults(Method method,
                                  String propertyName,
                                  Class type,
                                  Class parameterType)
Method Detail

getMethod

public Method getMethod()
Returns the method.

Returns:
Method

getPropertyName

public String getPropertyName()
Returns the propertyName.

Returns:
String

getType

public Class getType()
Returns the type.

Returns:
Class

getParameterType

public Class getParameterType()
Returns the parameterType.

Returns:
Class


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.