public interface EEFWidgetAction
extends org.eclipse.emf.ecore.EObject
The following features are supported:
EefPackage.getEEFWidgetAction()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getActionExpression()
Returns the value of the 'Action Expression' attribute.
|
java.lang.String |
getLabelExpression()
Returns the value of the 'Label Expression' attribute.
|
void |
setActionExpression(java.lang.String value)
Sets the value of the '
Action Expression'
attribute. |
void |
setLabelExpression(java.lang.String value)
Sets the value of the '
Label Expression'
attribute. |
java.lang.String getLabelExpression()
setLabelExpression(String),
EefPackage.getEEFWidgetAction_LabelExpression()void setLabelExpression(java.lang.String value)
Label Expression'
attribute. value - the new value of the 'Label Expression' attribute.getLabelExpression()java.lang.String getActionExpression()
setActionExpression(String),
EefPackage.getEEFWidgetAction_ActionExpression()void setActionExpression(java.lang.String value)
Action Expression'
attribute. value - the new value of the 'Action Expression' attribute.getActionExpression()