Class EdmFunctionImportImplProv
java.lang.Object
org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
org.apache.olingo.odata2.core.edm.provider.EdmFunctionImportImplProv
- All Implemented Interfaces:
EdmAnnotatable,EdmFunctionImport,EdmMappable,EdmNamed
public class EdmFunctionImportImplProv
extends EdmNamedImplProv
implements EdmFunctionImport, EdmAnnotatable
-
Field Summary
Fields inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
edm -
Constructor Summary
ConstructorsConstructorDescriptionEdmFunctionImportImplProv(EdmImplProv edm, FunctionImport functionImport, EdmEntityContainer edmEntityContainer) -
Method Summary
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getName
-
Constructor Details
-
EdmFunctionImportImplProv
public EdmFunctionImportImplProv(EdmImplProv edm, FunctionImport functionImport, EdmEntityContainer edmEntityContainer) throws EdmException - Throws:
EdmException
-
-
Method Details
-
getParameter
- Specified by:
getParameterin interfaceEdmFunctionImport- Throws:
EdmException
-
getParameterNames
- Specified by:
getParameterNamesin interfaceEdmFunctionImport- Throws:
EdmException
-
getEntitySet
- Specified by:
getEntitySetin interfaceEdmFunctionImport- Throws:
EdmException
-
getHttpMethod
- Specified by:
getHttpMethodin interfaceEdmFunctionImport- Throws:
EdmException
-
getReturnType
- Specified by:
getReturnTypein interfaceEdmFunctionImport- Throws:
EdmException
-
getEntityContainer
- Specified by:
getEntityContainerin interfaceEdmFunctionImport- Throws:
EdmException
-
getAnnotations
- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Throws:
EdmException
-
getMapping
- Specified by:
getMappingin interfaceEdmMappable- Throws:
EdmException
-