com.aspose.diagram
Class RuleValue

java.lang.Object
    extended by com.aspose.diagram.RuleValue

public class RuleValue 
extends java.lang.Object

Rule value.


Constructor Summary
RuleValue(java.lang.String formula, java.lang.String value)
           Constructor.
 
Property Getters/Setters Summary
java.lang.StringgetFormula()
voidsetFormula(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.StringgetValue()
voidsetValue(java.lang.String)
           Rule value.
 

Constructor Detail

RuleValue

public RuleValue(java.lang.String formula, java.lang.String value)
Constructor.
Parameters:
formula -
value -

Property Getters/Setters Detail

getFormula/setFormula

public java.lang.String getFormula() / public void setFormula(java.lang.String 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.

getValue/setValue

public java.lang.String getValue() / public void setValue(java.lang.String value)
Rule value.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.