public interface EEFLabelDescription extends EEFWidgetDescription
The following features are supported:
EefPackage.getEEFLabelDescription()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<EEFWidgetAction> |
getActions()
Returns the value of the 'Actions' containment reference list.
|
org.eclipse.emf.common.util.EList<EEFLabelConditionalStyle> |
getConditionalStyles()
Returns the value of the 'Conditional Styles' containment reference list.
|
java.lang.String |
getDisplayExpression()
Returns the value of the 'Display Expression' attribute.
|
EEFLabelStyle |
getStyle()
Returns the value of the 'Style' containment reference.
|
java.lang.String |
getValueExpression()
Returns the value of the 'Value Expression' attribute.
|
void |
setDisplayExpression(java.lang.String value)
Sets the value of the '
Display Expression' attribute. |
void |
setStyle(EEFLabelStyle value)
Sets the value of the '
Style' containment
reference. |
void |
setValueExpression(java.lang.String value)
Sets the value of the '
Value Expression'
attribute. |
getHelpExpression, getIsEnabledExpression, getLabelExpression, getPropertyValidationRules, setHelpExpression, setIsEnabledExpression, setLabelExpressiongetIdentifier, setIdentifierjava.lang.String getValueExpression()
setValueExpression(String),
EefPackage.getEEFLabelDescription_ValueExpression()void setValueExpression(java.lang.String value)
Value Expression'
attribute. value - the new value of the 'Value Expression' attribute.getValueExpression()java.lang.String getDisplayExpression()
setDisplayExpression(String),
EefPackage.getEEFLabelDescription_DisplayExpression()void setDisplayExpression(java.lang.String value)
Display Expression' attribute. value - the new value of the 'Display Expression' attribute.getDisplayExpression()EEFLabelStyle getStyle()
setStyle(EEFLabelStyle),
EefPackage.getEEFLabelDescription_Style()void setStyle(EEFLabelStyle value)
Style' containment
reference. value - the new value of the 'Style' containment reference.getStyle()org.eclipse.emf.common.util.EList<EEFLabelConditionalStyle> getConditionalStyles()
EEFLabelConditionalStyle. Defines the label style associated to a precondition EefPackage.getEEFLabelDescription_ConditionalStyles()org.eclipse.emf.common.util.EList<EEFWidgetAction> getActions()
EEFWidgetAction.
If the meaning of the 'Actions' containment reference list isn't clear, there really should be more of a description here...
EefPackage.getEEFLabelDescription_Actions()