Interface ValueList

All Superinterfaces:
AbstractCodeElement, CodeItem, ComputationalObject, DataElement, Element, org.eclipse.emf.ecore.EObject, KDMEntity, ModelElement, org.eclipse.emf.common.notify.Notifier, ValueElement
All Known Implementing Classes:
ValueListImpl

public interface ValueList
extends ValueElement
A representation of the model object 'Value List'.

The following features are supported:

See Also:
CodePackage.getValueList()
  • Method Details

    • getValueElement

      org.eclipse.emf.common.util.EList<ValueElement> getValueElement()
      Returns the value of the 'Value Element' containment reference list. The list contents are of type ValueElement.
      Returns:
      the value of the 'Value Element' containment reference list.
      See Also:
      CodePackage.getValueList_ValueElement()