sf logo

sf.qof.mapping
Class MethodInfoFactory.MethodReturnInfoImpl

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

protected static class MethodInfoFactory.MethodReturnInfoImpl
extends Object
implements MethodReturnInfo


Constructor Summary
MethodInfoFactory.MethodReturnInfoImpl(Class<?> type, Class<?> collectionType, Class<?> collectionElementType, Class<?> mapKeyType)
           
 
Method Summary
 Class<?> getCollectionElementType()
           
 Class<?> getCollectionType()
           
 Class<?> getMapKeyType()
           
 Class<?> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodInfoFactory.MethodReturnInfoImpl

public MethodInfoFactory.MethodReturnInfoImpl(Class<?> type,
                                              Class<?> collectionType,
                                              Class<?> collectionElementType,
                                              Class<?> mapKeyType)
Method Detail

getType

public Class<?> getType()
Specified by:
getType in interface MethodReturnInfo

getCollectionType

public Class<?> getCollectionType()
Specified by:
getCollectionType in interface MethodReturnInfo

getCollectionElementType

public Class<?> getCollectionElementType()
Specified by:
getCollectionElementType in interface MethodReturnInfo

getMapKeyType

public Class<?> getMapKeyType()
Specified by:
getMapKeyType in interface MethodReturnInfo

sf logo

Copyright © 2007 brunella ltd. All Rights Reserved.