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
Constructors Constructor Description EdmFunctionImportImplProv(EdmImplProv edm, FunctionImport functionImport, EdmEntityContainer edmEntityContainer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EdmAnnotationsgetAnnotations()EdmEntityContainergetEntityContainer()EdmEntitySetgetEntitySet()StringgetHttpMethod()EdmMappinggetMapping()EdmParametergetParameter(String name)List<String>getParameterNames()EdmTypedgetReturnType()-
Methods inherited from class org.apache.olingo.odata2.core.edm.provider.EdmNamedImplProv
getName
-
-
-
-
Constructor Detail
-
EdmFunctionImportImplProv
public EdmFunctionImportImplProv(EdmImplProv edm, FunctionImport functionImport, EdmEntityContainer edmEntityContainer) throws EdmException
- Throws:
EdmException
-
-
Method Detail
-
getParameter
public EdmParameter getParameter(String name) throws EdmException
- Specified by:
getParameterin interfaceEdmFunctionImport- Throws:
EdmException
-
getParameterNames
public List<String> getParameterNames() throws EdmException
- Specified by:
getParameterNamesin interfaceEdmFunctionImport- Throws:
EdmException
-
getEntitySet
public EdmEntitySet getEntitySet() throws EdmException
- Specified by:
getEntitySetin interfaceEdmFunctionImport- Throws:
EdmException
-
getHttpMethod
public String getHttpMethod() throws EdmException
- Specified by:
getHttpMethodin interfaceEdmFunctionImport- Throws:
EdmException
-
getReturnType
public EdmTyped getReturnType() throws EdmException
- Specified by:
getReturnTypein interfaceEdmFunctionImport- Throws:
EdmException
-
getEntityContainer
public EdmEntityContainer getEntityContainer() throws EdmException
- Specified by:
getEntityContainerin interfaceEdmFunctionImport- Throws:
EdmException
-
getAnnotations
public EdmAnnotations getAnnotations() throws EdmException
- Specified by:
getAnnotationsin interfaceEdmAnnotatable- Throws:
EdmException
-
getMapping
public EdmMapping getMapping() throws EdmException
- Specified by:
getMappingin interfaceEdmMappable- Throws:
EdmException
-
-