Interface EdmCollection

All Superinterfaces:
EdmDynamicExpression, EdmExpression

public interface EdmCollection extends EdmDynamicExpression
The edm:Collection expression enables a value to be obtained from zero or more child expressions. The value calculated by the collection expression is the collection of the values calculated by each of the child expressions.
  • Method Details

    • getItems

      List<EdmExpression> getItems()
      Returns a list of child expression
      Returns:
      List of child expression