sf.qof.mapping
Class MethodInfoFactory.MethodInfoImpl
java.lang.Object
sf.qof.mapping.MethodInfoFactory.MethodInfoImpl
- All Implemented Interfaces:
- MethodInfo
- Enclosing class:
- MethodInfoFactory
protected static class MethodInfoFactory.MethodInfoImpl
- extends Object
- implements MethodInfo
MethodInfoFactory.MethodInfoImpl
public MethodInfoFactory.MethodInfoImpl(net.sf.cglib.core.Signature signature,
int modifiers,
MethodParameterInfo[] parameterInfos,
MethodParameterInfo[] collectionParameterInfos,
MethodReturnInfo returnInfo,
String description)
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
Copyright © 2007 brunella ltd. All Rights Reserved.