com.dyuproject.util.reflect
Class ParameterType.SimpleField

java.lang.Object
  extended by com.dyuproject.util.reflect.ParameterType.SimpleField
Enclosing class:
ParameterType

public static class ParameterType.SimpleField
extends Object

A single property of a pojo with contains the method where one can use reflection to extract value, the name and the ParameterType w/c can be used to extract value from a string.


Method Summary
 Method getMethod()
          Gets the Method used to extract value via reflection.
 String getName()
          Gets the name.
 ParameterType getType()
          Gets the ParameterType.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Gets the name.


getMethod

public Method getMethod()
Gets the Method used to extract value via reflection.


getType

public ParameterType getType()
Gets the ParameterType.



Copyright © 2008-2013. All Rights Reserved.