org.apache.olingo.odata2.api.edm
Interface EdmParameter

All Superinterfaces:
EdmAnnotatable, EdmElement, EdmMappable, EdmNamed, EdmTyped

public interface EdmParameter
extends EdmElement, EdmAnnotatable

Do not implement this interface or derive from class.
A CSDL FunctionImportParameter element

EdmParameter defines a function import parameter (which is used as input parameter). FunctionImports are described in FunctionImport or in the OData protocol.


Method Summary
 
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmElement
getFacets
 
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmMappable
getMapping
 
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmTyped
getMultiplicity, getType
 
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmNamed
getName
 
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotations
 



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