Uses of Class
org.apache.olingo.commons.api.edm.provider.CsdlParameter
Packages that use CsdlParameter
Package
Description
Contains representations for objects created during CSDL document parsing
-
Uses of CsdlParameter in org.apache.olingo.commons.api.edm.provider
Fields in org.apache.olingo.commons.api.edm.provider with type parameters of type CsdlParameterModifier and TypeFieldDescriptionprotected List<CsdlParameter>
CsdlOperation.parameters
The Parameters.Methods in org.apache.olingo.commons.api.edm.provider that return CsdlParameterModifier and TypeMethodDescriptionCsdlOperation.getParameter
(String name) Gets parameter.CsdlParameter.setAnnotations
(List<CsdlAnnotation> annotations) Sets a list of annotationsCsdlParameter.setCollection
(boolean isCollection) Sets collection.CsdlParameter.setMapping
(CsdlMapping mapping) Sets mapping.CsdlParameter.setMaxLength
(Integer maxLength) Sets max length.Sets name.CsdlParameter.setNullable
(boolean nullable) Sets nullable.CsdlParameter.setPrecision
(Integer precision) Sets precision.Sets scale.Sets srid.Sets type.CsdlParameter.setType
(FullQualifiedName type) Sets type.Methods in org.apache.olingo.commons.api.edm.provider that return types with arguments of type CsdlParameterMethod parameters in org.apache.olingo.commons.api.edm.provider with type arguments of type CsdlParameterModifier and TypeMethodDescriptionCsdlAction.setParameters
(List<CsdlParameter> parameters) CsdlFunction.setParameters
(List<CsdlParameter> parameters) CsdlOperation.setParameters
(List<CsdlParameter> parameters) Sets parameters.