java.lang.Object
com.aspose.diagram.Rule
public class Rule
| Constructor Summary |
|---|
Rule()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
java.lang.String | getCategory() | |
void | setCategory(java.lang.String) | |
| Specifies the text displayed in the Category column of the Issues window. Default is an empty string. | ||
java.lang.String | getDescription() | |
void | setDescription(java.lang.String) | |
| the description of the validation rule that appears in the user interface. Default is "Unknown". | ||
long | getID() | |
void | setID(long) | |
| Specifies the unique identifier of the validation rule. | ||
int | getIgnored() | |
void | setIgnored(int) | |
| Specifies whether the validation rule is currently ignored. Default is False. The value of the property is BOOL integer constant. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.String) | |
| Specifies the universal name of the validation rule. | ||
RuleValue | getRuleFilter() | |
void | setRuleFilter(RuleValue) | |
| Specifies the logical expression that determines whether the validation rule should be applied to a target object. | ||
int | getRuleTarget() | |
void | setRuleTarget(int) | |
| Specifies the type of object to which the validation rule applies. The value of the property is VisRuleTargetsValue integer constant. | ||
RuleValue | getRuleTest() | |
void | setRuleTest(RuleValue) | |
| Specifies the logical expression that determines whether the target object satisfies the validation rule | ||
| Constructor Detail |
|---|
public Rule()
| Property Getters/Setters Detail |
|---|
getRuleFilter/setRuleFilter | |
public RuleValue getRuleFilter() / public void setRuleFilter(RuleValue value) | |
getRuleTest/setRuleTest | |
public RuleValue getRuleTest() / public void setRuleTest(RuleValue value) | |
getID/setID | |
public long getID() / public void setID(long value) | |
getNameU/setNameU | |
public java.lang.String getNameU() / public void setNameU(java.lang.String value) | |
getCategory/setCategory | |
public java.lang.String getCategory() / public void setCategory(java.lang.String value) | |
getDescription/setDescription | |
public java.lang.String getDescription() / public void setDescription(java.lang.String value) | |
getRuleTarget/setRuleTarget | |
public int getRuleTarget() / public void setRuleTarget(int value) | |
getIgnored/setIgnored | |
public int getIgnored() / public void setIgnored(int value) | |