Uses of Class
org.apache.olingo.odata2.api.edm.provider.ReturnType

Packages that use ReturnType
org.apache.olingo.odata2.api.edm.provider Entity Data Model Provider API 
 

Uses of ReturnType in org.apache.olingo.odata2.api.edm.provider
 

Methods in org.apache.olingo.odata2.api.edm.provider that return ReturnType
 ReturnType FunctionImport.getReturnType()
           
 ReturnType ReturnType.setMultiplicity(EdmMultiplicity multiplicity)
          Sets the EdmMultiplicity of this ReturnType
 ReturnType ReturnType.setTypeName(FullQualifiedName qualifiedName)
          Sets the type of this ReturnType via the types FullQualifiedName
 

Methods in org.apache.olingo.odata2.api.edm.provider with parameters of type ReturnType
 FunctionImport FunctionImport.setReturnType(ReturnType returnType)
          Sets the ReturnType of this FunctionImport
 



Copyright © 2013-2015 The Apache Software Foundation. All Rights Reserved.