Interface ArraySelector

All Superinterfaces:
Annotable, Commentable, EObject, Notifier
All Known Implementing Classes:
ArraySelectorImpl

public interface ArraySelector extends Commentable, Annotable
A representation of the model object 'Array Selector'.

The following features are supported:

See Also:
Generated class or method.
EMF model class or method.
  • Method Details

    • getPosition

      Expression getPosition()
      Returns the value of the 'Position' containment reference.
      Returns:
      the value of the 'Position' containment reference.
      See Also:
      Generated class or method.
      EMF model class or method.
      containment="true" resolveProxies="true"
    • setPosition

      void setPosition(Expression value)
      Sets the value of the 'Position' containment reference.
      Parameters:
      value - the new value of the 'Position' containment reference.
      See Also:
      Generated class or method.