The action/function MAY/MUST specify a return type using the edm:ReturnType element. The return type must be a
scalar, entity or complex type, or a collection of scalar, entity or complex types.
Returns:
operation return type.
Default:
""
isComposable
public abstract boolean isComposable
A function element MAY specify a Boolean value for the IsComposable attribute. If no value is specified for the
IsComposable attribute, the value defaults to false.
Functions whose IsComposable attribute is true are considered composable. A composable function can be invoked with
additional path segments or system query options appended to the path that identifies the composable function as
appropriate for the type returned by the composable function.