org.eclipse.emf.ecore.EObject
, org.eclipse.emf.common.notify.Notifier
EEFWidgetActionImpl
public interface EEFWidgetAction
extends org.eclipse.emf.ecore.EObject
The following features are supported:
EefPackage.getEEFWidgetAction()
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getActionExpression() |
Returns the value of the 'Action Expression' attribute.
|
java.lang.String |
getImageExpression() |
Returns the value of the 'Image 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 |
setImageExpression(java.lang.String value) |
Sets the value of the '
Image 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 getImageExpression()
setImageExpression(String)
,
EefPackage.getEEFWidgetAction_ImageExpression()
void setImageExpression(java.lang.String value)
Image Expression
'
attribute. value
- the new value of the 'Image Expression' attribute.getImageExpression()
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()