Interface MCoreExpression

All Superinterfaces:
MApplicationElement, MExpression
All Known Implementing Classes:
CoreExpressionImpl

public interface MCoreExpression extends MExpression
A representation of the model object 'Core Expression'.

A specific kind of expression used by the Eclipse Workbench.

Since:
1.0
Restriction:
This interface is not intended to be implemented by clients.

The following features are supported:

  • Method Details

    • getCoreExpressionId

      String getCoreExpressionId()
      Returns the value of the 'Core Expression Id' attribute. The default value is "".

      Developers: Add more detailed documentation by editing this comment in org.eclipse.ui.model.workbench/model/UIElements.ecore. There is a GenModel/documentation node under each type and attribute.

      Returns:
      the value of the 'Core Expression Id' attribute.
      See Also:
    • setCoreExpressionId

      void setCoreExpressionId(String value)
      Sets the value of the 'Core Expression Id' attribute.
      Parameters:
      value - the new value of the 'Core Expression Id' attribute.
      See Also:
    • getCoreExpression

      Object getCoreExpression()
      Returns the value of the 'Core Expression' attribute.

      Developers: Add more detailed documentation by editing this comment in org.eclipse.ui.model.workbench/model/UIElements.ecore. There is a GenModel/documentation node under each type and attribute.

      Returns:
      the value of the 'Core Expression' attribute.
      See Also:
    • setCoreExpression

      void setCoreExpression(Object value)
      Sets the value of the 'Core Expression' attribute.
      Parameters:
      value - the new value of the 'Core Expression' attribute.
      See Also: