public interface EEFCheckboxDescription extends EEFWidgetDescription
The following features are supported:
EefPackage.getEEFCheckboxDescription()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<EEFCheckboxConditionalStyle> |
getConditionalStyles()
Returns the value of the 'Conditional Styles' containment reference list.
|
java.lang.String |
getEditExpression()
Returns the value of the 'Edit Expression' attribute.
|
EEFCheckboxStyle |
getStyle()
Returns the value of the 'Style' containment reference.
|
java.lang.String |
getValueExpression()
Returns the value of the 'Value Expression' attribute.
|
void |
setEditExpression(java.lang.String value)
Sets the value of the ' Edit Expression '
attribute.
|
void |
setStyle(EEFCheckboxStyle 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, setLabelExpression
getIdentifier, setIdentifier
java.lang.String getValueExpression()
setValueExpression(String)
,
EefPackage.getEEFCheckboxDescription_ValueExpression()
void setValueExpression(java.lang.String value)
Value Expression
' attribute. value
- the new value of the 'Value Expression' attribute.getValueExpression()
java.lang.String getEditExpression()
setEditExpression(String)
,
EefPackage.getEEFCheckboxDescription_EditExpression()
void setEditExpression(java.lang.String value)
Edit Expression
'
attribute. value
- the new value of the 'Edit Expression' attribute.getEditExpression()
EEFCheckboxStyle getStyle()
setStyle(EEFCheckboxStyle)
,
EefPackage.getEEFCheckboxDescription_Style()
void setStyle(EEFCheckboxStyle value)
Style
' containment
reference. value
- the new value of the 'Style' containment reference.getStyle()
org.eclipse.emf.common.util.EList<EEFCheckboxConditionalStyle> getConditionalStyles()
EEFCheckboxConditionalStyle
. Defines the checkbox style associated to a precondition EefPackage.getEEFCheckboxDescription_ConditionalStyles()