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

Packages that use FunctionImportParameter
org.apache.olingo.odata2.api.edm.provider 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 FunctionImportParameter
 FunctionImportParameter FunctionImportParameter.setAnnotationAttributes(List<AnnotationAttribute> annotationAttributes)
          Sets the collection of AnnotationAttribute for this FunctionImportParameter
 FunctionImportParameter FunctionImportParameter.setAnnotationElements(List<AnnotationElement> annotationElements)
          Sets the collection of AnnotationElement for this FunctionImportParameter
 FunctionImportParameter FunctionImportParameter.setDocumentation(Documentation documentation)
          Sets the Documentation of this FunctionImportParameter
 FunctionImportParameter FunctionImportParameter.setFacets(EdmFacets facets)
          Sets the EdmFacets of this FunctionImportParameter
 FunctionImportParameter FunctionImportParameter.setMapping(Mapping mapping)
          Sets the Mapping of this FunctionImportParameter
 FunctionImportParameter FunctionImportParameter.setMode(String mode)
          Sets the mode of this FunctionImportParameter
 FunctionImportParameter FunctionImportParameter.setName(String name)
          Sets the name of this FunctionImportParameter
 FunctionImportParameter FunctionImportParameter.setType(EdmSimpleTypeKind type)
          Sets the EdmSimpleTypeKind of this FunctionImportParameter
 

Methods in org.apache.olingo.odata2.api.edm.provider that return types with arguments of type FunctionImportParameter
 List<FunctionImportParameter> FunctionImport.getParameters()
           
 

Method parameters in org.apache.olingo.odata2.api.edm.provider with type arguments of type FunctionImportParameter
 FunctionImport FunctionImport.setParameters(List<FunctionImportParameter> parameters)
          Sets the FunctionImportParameters of this FunctionImport
 



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