Uses of Class
org.apache.olingo.commons.api.edm.provider.CsdlReturnType
Packages that use CsdlReturnType
Package
Description
Contains representations for objects created during CSDL document parsing
-
Uses of CsdlReturnType in org.apache.olingo.commons.api.edm.provider
Fields in org.apache.olingo.commons.api.edm.provider declared as CsdlReturnTypeModifier and TypeFieldDescriptionprotected CsdlReturnType
CsdlOperation.returnType
The Return type.Methods in org.apache.olingo.commons.api.edm.provider that return CsdlReturnTypeModifier and TypeMethodDescriptionCsdlOperation.getReturnType()
Gets return type.CsdlReturnType.setAnnotations
(List<CsdlAnnotation> annotations) Sets annotations.CsdlReturnType.setCollection
(boolean isCollection) Sets collection.CsdlReturnType.setMaxLength
(Integer maxLength) Sets max length.CsdlReturnType.setNullable
(boolean nullable) Sets nullable.CsdlReturnType.setPrecision
(Integer precision) Sets precision.Sets scale.Sets srid.Sets type.CsdlReturnType.setType
(FullQualifiedName type) Sets type.Methods in org.apache.olingo.commons.api.edm.provider with parameters of type CsdlReturnTypeModifier and TypeMethodDescriptionCsdlAction.setReturnType
(CsdlReturnType returnType) CsdlFunction.setReturnType
(CsdlReturnType returnType) CsdlOperation.setReturnType
(CsdlReturnType returnType) Sets return type.