org.nakedobjects.runtime.persistence.objectfactory
Class MethodUtils

java.lang.Object
  extended by org.nakedobjects.runtime.persistence.objectfactory.MethodUtils

public class MethodUtils
extends java.lang.Object


Constructor Summary
MethodUtils()
           
 
Method Summary
static boolean isGetter(java.lang.reflect.Method method)
           
static boolean isSetter(java.lang.reflect.Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodUtils

public MethodUtils()
Method Detail

isGetter

public static boolean isGetter(java.lang.reflect.Method method)

isSetter

public static boolean isSetter(java.lang.reflect.Method method)


Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.