Package org.apache.olingo.odata2.api.edm
Interface EdmParameter
-
- All Superinterfaces:
EdmAnnotatable,EdmElement,EdmMappable,EdmNamed,EdmTyped
public interface EdmParameter extends EdmElement, EdmAnnotatable
@org.apache.olingo.odata2.DoNotImplement A CSDL FunctionImportParameter elementEdmParameter defines a function import parameter (which is used as input parameter). FunctionImports are described in
FunctionImportor in the OData protocol.
-
-
Method Summary
-
Methods inherited from interface org.apache.olingo.odata2.api.edm.EdmAnnotatable
getAnnotations
-
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
-
-