Uses of Class
org.apache.olingo.odata2.api.edm.provider.ReturnType
-
Packages that use ReturnType Package Description 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 Modifier and Type Method Description ReturnTypeFunctionImport. getReturnType()ReturnTypeReturnType. setMultiplicity(EdmMultiplicity multiplicity)Sets theEdmMultiplicityof thisReturnTypeReturnTypeReturnType. setTypeName(FullQualifiedName qualifiedName)Sets the type of thisReturnTypevia the typesFullQualifiedNameMethods in org.apache.olingo.odata2.api.edm.provider with parameters of type ReturnType Modifier and Type Method Description FunctionImportFunctionImport. setReturnType(ReturnType returnType)Sets theReturnTypeof thisFunctionImport
-