sf.qof.mapping
Class MethodInfoFactory.MethodParameterInfoImpl
java.lang.Object
sf.qof.mapping.MethodInfoFactory.MethodParameterInfoImpl
- All Implemented Interfaces:
- MethodParameterInfo
- Enclosing class:
- MethodInfoFactory
protected static class MethodInfoFactory.MethodParameterInfoImpl
- extends Object
- implements MethodParameterInfo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodInfoFactory.MethodParameterInfoImpl
public MethodInfoFactory.MethodParameterInfoImpl(int index,
Class<?> type,
Class<?> collectionType,
Class<?> collectionElementType,
Class<?> arrayElementType)
getIndex
public int getIndex()
- Specified by:
getIndex in interface MethodParameterInfo
getType
public Class<?> getType()
- Specified by:
getType in interface MethodParameterInfo
getCollectionType
public Class<?> getCollectionType()
- Specified by:
getCollectionType in interface MethodParameterInfo
getCollectionElementType
public Class<?> getCollectionElementType()
- Specified by:
getCollectionElementType in interface MethodParameterInfo
getArrayElementType
public Class<?> getArrayElementType()
- Specified by:
getArrayElementType in interface MethodParameterInfo
Copyright © 2007 brunella ltd. All Rights Reserved.