java.lang.Object
com.aspose.diagram.RuleValue
public class RuleValue
| Constructor Summary |
|---|
RuleValue(java.lang.String formula, java.lang.String value)
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getFormula() | |
void | setFormula(java.lang.String) | |
| 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. | ||
java.lang.String | getValue() | |
void | setValue(java.lang.String) | |
| Rule value. | ||
| Constructor Detail |
|---|
public RuleValue(java.lang.String formula, java.lang.String value)
formula - value - | Property Getters/Setters Detail |
|---|
getFormula/setFormula | |
public java.lang.String getFormula() / public void setFormula(java.lang.String value) | |
getValue/setValue | |
public java.lang.String getValue() / public void setValue(java.lang.String value) | |