Uses of Class
org.apache.olingo.odata2.api.edm.provider.FunctionImportParameter
Packages that use FunctionImportParameter
Package
Description
Entity Data Model Provider API
-
Uses of FunctionImportParameter in org.apache.olingo.odata2.api.edm.provider
Methods in org.apache.olingo.odata2.api.edm.provider that return FunctionImportParameterModifier and TypeMethodDescriptionFunctionImportParameter.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes) Sets the collection ofAnnotationAttributefor thisFunctionImportParameterFunctionImportParameter.setAnnotationElements(List<AnnotationElement> annotationElements) Sets the collection ofAnnotationElementfor thisFunctionImportParameterFunctionImportParameter.setDocumentation(Documentation documentation) Sets theDocumentationof thisFunctionImportParameterSets theEdmFacetsof thisFunctionImportParameterFunctionImportParameter.setMapping(Mapping mapping) Sets theMappingof thisFunctionImportParameterSets the mode of thisFunctionImportParameterSets the name of thisFunctionImportParameterFunctionImportParameter.setType(EdmSimpleTypeKind type) Sets theEdmSimpleTypeKindof thisFunctionImportParameterMethods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type FunctionImportParameterMethod parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type FunctionImportParameterModifier and TypeMethodDescriptionFunctionImport.setParameters(List<FunctionImportParameter> parameters) Sets theFunctionImportParameters of thisFunctionImport -
Uses of FunctionImportParameter in org.apache.olingo.odata2.core.edm.provider
Constructors in org.apache.olingo.odata2.core.edm.provider with parameters of type FunctionImportParameterModifierConstructorDescriptionEdmParameterImplProv(EdmImplProv edm, FunctionImportParameter parameter)