public interface MCoreExpression extends MExpression
A specific kind of expression used by the Eclipse Workbench.
The following features are supported:
Modifier and Type | Method and Description |
---|---|
Object |
getCoreExpression()
Returns the value of the 'Core Expression' attribute
|
String |
getCoreExpressionId()
Returns the value of the 'Core Expression Id' attribute.
|
void |
setCoreExpression(Object value)
Sets the value of the '
Core Expression ' attribute |
void |
setCoreExpressionId(String value)
Sets the value of the '
Core Expression Id ' attribute |
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId
String getCoreExpressionId()
""
.
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.
setCoreExpressionId(String)
void setCoreExpressionId(String value)
Core Expression Id
' attribute.
value
- the new value of the 'Core Expression Id' attribute.getCoreExpressionId()
Object getCoreExpression()
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.
setCoreExpression(Object)
void setCoreExpression(Object value)
Core Expression
' attribute.
value
- the new value of the 'Core Expression' attribute.getCoreExpression()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.