asposediagram.api

Class RuleValue

Rule value.

Constructor Summary
RuleValue(formula, value)
Constructor.
 
Property Getters/Setters Summary
methodgetFormula()
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.
methodgetValue()
method
setValue(value)
           Rule value.
 

    • Constructor Detail

      • RuleValue

        RuleValue(formula, value)
        Constructor.
        Parameters:
        formula: String -
        value: String -
    • Property Getters/Setters Detail

      • getFormula/setFormula : String 

        String getFormula() / 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.
      • getValue/setValue : String 

        String getValue() / setValue(value)
        
        Rule value.