Class EdmFunctionImpl
java.lang.Object
org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
org.apache.olingo.commons.core.edm.AbstractEdmNamed
org.apache.olingo.commons.core.edm.EdmTypeImpl
org.apache.olingo.commons.core.edm.AbstractEdmOperation
org.apache.olingo.commons.core.edm.EdmFunctionImpl
- All Implemented Interfaces:
EdmAnnotatable,EdmFunction,EdmNamed,EdmOperation,EdmType
-
Field Summary
Fields inherited from class org.apache.olingo.commons.core.edm.EdmTypeImpl
kind, typeNameFields inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
edm -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmOperation
getBindingParameterTypeFqn, getEntitySetPath, getParameter, getParameterNames, getReturnedEntitySet, isBindingParameterTypeCollection, isBoundMethods inherited from class org.apache.olingo.commons.core.edm.EdmTypeImpl
getFullQualifiedName, getKind, getNamespaceMethods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmNamed
getName, toStringMethods inherited from class org.apache.olingo.commons.core.edm.AbstractEdmAnnotatable
getAnnotation, getAnnotationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.olingo.commons.api.edm.EdmAnnotatable
getAnnotation, getAnnotationsMethods inherited from interface org.apache.olingo.commons.api.edm.EdmOperation
getBindingParameterTypeFqn, getEntitySetPath, getParameter, getParameterNames, getReturnedEntitySet, isBindingParameterTypeCollection, isBoundMethods inherited from interface org.apache.olingo.commons.api.edm.EdmType
getFullQualifiedName, getKind, getNamespace
-
Constructor Details
-
EdmFunctionImpl
-
-
Method Details
-
isComposable
public boolean isComposable()- Specified by:
isComposablein interfaceEdmFunction- Returns:
- true if this function is composable
-
getReturnType
- Specified by:
getReturnTypein interfaceEdmOperation- Overrides:
getReturnTypein classAbstractEdmOperation- Returns:
EdmReturnTypeof this operation
-