com.aspose.diagram

Class RuleInfo

  • java.lang.Object
    • com.aspose.diagram.RuleInfo
public class RuleInfo 
extends java.lang.Object

Specifies information about the validation rule that the parent validation issue pertains to.

Constructor Summary
RuleInfo(longruleSetID, longruleID)
Constructor.
 
Property Getters/Setters Summary
longgetRuleId()
void
setRuleId(longvalue)
           Specifies the unique identifier of the validation rule that the parent issue pertains to.
longgetRuleSetId()
void
setRuleSetId(longvalue)
           Specifies the unique identifier of the validation rule set that the parent issue pertains to.
 

    • Constructor Detail

      • RuleInfo

        public RuleInfo(long ruleSetID, long ruleID)
        Constructor.
        Parameters:
        ruleSetID -
        ruleID -
    • Property Getters/Setters Detail

      • getRuleSetId/setRuleSetId

        public long getRuleSetId() / public void setRuleSetId(long value)
        
        Specifies the unique identifier of the validation rule set that the parent issue pertains to.
      • getRuleId/setRuleId

        public long getRuleId() / public void setRuleId(long value)
        
        Specifies the unique identifier of the validation rule that the parent issue pertains to.