sf logo

sf.qof.mapping
Class MethodInfoFactory.MethodInfoImpl

java.lang.Object
  extended by sf.qof.mapping.MethodInfoFactory.MethodInfoImpl
All Implemented Interfaces:
MethodInfo
Enclosing class:
MethodInfoFactory

protected static class MethodInfoFactory.MethodInfoImpl
extends Object
implements MethodInfo


Constructor Summary
MethodInfoFactory.MethodInfoImpl(net.sf.cglib.core.Signature signature, int modifiers, MethodParameterInfo[] parameterInfos, MethodParameterInfo[] collectionParameterInfos, MethodReturnInfo returnInfo, String description)
           
 
Method Summary
 MethodParameterInfo[] getCollectionParameterInfos()
           
 String getDescription()
           
 int getModifiers()
           
 MethodParameterInfo[] getParameterInfos()
           
 MethodReturnInfo getReturnInfo()
           
 net.sf.cglib.core.Signature getSignature()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInfoFactory.MethodInfoImpl

public MethodInfoFactory.MethodInfoImpl(net.sf.cglib.core.Signature signature,
                                        int modifiers,
                                        MethodParameterInfo[] parameterInfos,
                                        MethodParameterInfo[] collectionParameterInfos,
                                        MethodReturnInfo returnInfo,
                                        String description)
Method Detail

getSignature

public net.sf.cglib.core.Signature getSignature()
Specified by:
getSignature in interface MethodInfo

getModifiers

public int getModifiers()
Specified by:
getModifiers in interface MethodInfo

getParameterInfos

public MethodParameterInfo[] getParameterInfos()
Specified by:
getParameterInfos in interface MethodInfo

getReturnInfo

public MethodReturnInfo getReturnInfo()
Specified by:
getReturnInfo in interface MethodInfo

getCollectionParameterInfos

public MethodParameterInfo[] getCollectionParameterInfos()
Specified by:
getCollectionParameterInfos in interface MethodInfo

toString

public String toString()
Overrides:
toString in class Object

getDescription

public String getDescription()
Specified by:
getDescription in interface MethodInfo

sf logo

Copyright © 2007 brunella ltd. All Rights Reserved.