Constructor Summary |
---|
RuleValue(formula, value)
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getFormula() | |
method | setFormula(value) | |
Represents the element's formula. This attribute can contain one of the following strings: "someFormula" if the formula exists locally, "No Formula" if the formula is locally deleted or blocked, or "Inh" if the formula is inherited. If the attribute is not present, the element's formula is a simple constant. | ||
method | getValue() | |
method | setValue(value) | |
Rule value. |
RuleValue(formula, value)
formula: String
- value: String
- String getFormula() / setFormula(value)
String getValue() / setValue(value)