sf logo

sf.qof.mapping
Interface MethodInfo

All Known Implementing Classes:
MethodInfoFactory.MethodInfoImpl

public interface MethodInfo


Method Summary
 MethodParameterInfo[] getCollectionParameterInfos()
           
 String getDescription()
           
 int getModifiers()
           
 MethodParameterInfo[] getParameterInfos()
           
 MethodReturnInfo getReturnInfo()
           
 net.sf.cglib.core.Signature getSignature()
           
 

Method Detail

getSignature

net.sf.cglib.core.Signature getSignature()

getModifiers

int getModifiers()

getParameterInfos

MethodParameterInfo[] getParameterInfos()

getCollectionParameterInfos

MethodParameterInfo[] getCollectionParameterInfos()

getReturnInfo

MethodReturnInfo getReturnInfo()

getDescription

String getDescription()

sf logo

Copyright © 2007 brunella ltd. All Rights Reserved.