public interface EnableRule extends Rule
The following features are supported:
RulePackage.getEnableRule()
Modifier and Type | Method and Description |
---|---|
boolean |
isDisable()
Returns the value of the 'Disable' attribute.
|
void |
setDisable(boolean value)
Sets the value of the '
Disable '
attribute. |
getCondition, setCondition
boolean isDisable()
If the meaning of the 'Disable' attribute isn't clear, there really should be more of a description here...
setDisable(boolean)
,
RulePackage.getEnableRule_Disable()
void setDisable(boolean value)
Disable
'
attribute.
value
- the new value of the 'Disable' attribute.isDisable()
Copyright © 2019. All rights reserved.