Interface ListConstruction

All Superinterfaces:
CDOObject, CDOWithID, EObject, Expression, Notifier
All Known Implementing Classes:
ListConstructionImpl

public interface ListConstruction extends Expression
A representation of the model object 'List Value'.

The following features are supported:

See Also:
Generated
Model
  • Method Details

    • getElements

      EList<Expression> getElements()
      Returns the value of the 'Elements' containment reference list. The list contents are of type Expression.

      If the meaning of the 'Elements' containment reference list isn't clear, there really should be more of a description here...

      Returns:
      the value of the 'Elements' containment reference list.
      See Also:
      Generated
      Model
      containment="true"