public class RuleValue
Constructor Summary |
---|
RuleValue(java.lang.Stringformula, java.lang.Stringvalue)
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getFormula() | |
void | setFormula(java.lang.Stringvalue) | |
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. For example, |
||
java.lang.String | getValue() | |
void | setValue(java.lang.Stringvalue) | |
Rule value. |
public RuleValue(java.lang.String formula, java.lang.String value)
formula
- value
- public java.lang.String getFormula() / public void setFormula(java.lang.String value)
public java.lang.String getValue() / public void setValue(java.lang.String value)