com.agical.rmock.core.expectation.reference
Class BasicMethodReference

java.lang.Object
  extended by com.agical.rmock.core.expectation.reference.BasicMethodReference
All Implemented Interfaces:
MethodReference

public class BasicMethodReference
extends Object
implements MethodReference

Author:
brolund (c) 2005 Agical AB

Constructor Summary
BasicMethodReference(Method method)
           
 
Method Summary
 String getAccessModifier()
           
 Class getDeclaringClass()
           
 String getName()
           
 Class[] getParameterTypes()
           
 Class getReturnType()
           
 String getScope()
           
 String getSynchronized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicMethodReference

public BasicMethodReference(Method method)
Method Detail

getName

public String getName()
Specified by:
getName in interface MethodReference

getDeclaringClass

public Class getDeclaringClass()
Specified by:
getDeclaringClass in interface MethodReference

getReturnType

public Class getReturnType()
Specified by:
getReturnType in interface MethodReference

getAccessModifier

public String getAccessModifier()
Specified by:
getAccessModifier in interface MethodReference

getScope

public String getScope()
Specified by:
getScope in interface MethodReference

getSynchronized

public String getSynchronized()
Specified by:
getSynchronized in interface MethodReference

getParameterTypes

public Class[] getParameterTypes()
Specified by:
getParameterTypes in interface MethodReference


Copyright © 2005-2011 Agical AB. All Rights Reserved.