Interface MImperativeExpression
- All Superinterfaces:
MApplicationElement
,MContribution
,MExpression
- All Known Implementing Classes:
ImperativeExpressionImpl
A representation of the model object 'Imperative Expression'.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the value of the 'Tracking' attribute.void
setTracking
(boolean value) Sets the value of the 'Tracking
' attribute.Methods inherited from interface org.eclipse.e4.ui.model.application.MApplicationElement
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementId
Methods inherited from interface org.eclipse.e4.ui.model.application.MContribution
getContributionURI, getObject, setContributionURI, setObject
-
Method Details
-
isTracking
boolean isTracking()Returns the value of the 'Tracking' attribute.- Returns:
- the value of the 'Tracking' attribute.
- See Also:
-
setTracking
void setTracking(boolean value) Sets the value of the 'Tracking
' attribute.- Parameters:
value
- the new value of the 'Tracking' attribute.- See Also:
-