public class Rule
Field Summary | ||
---|---|---|
RuleValue | RuleFilter | |
Specifies the logical expression that determines whether the validation rule should be applied to a target object.
|
||
RuleValue | RuleTest | |
Specifies the logical expression that determines whether the target object satisfies the validation rule
|
Constructor Summary |
---|
Rule()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getCategory() | |
void | setCategory(java.lang.Stringvalue) | |
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.Stringvalue) | |
the description of the validation rule that appears in the user interface. Default is "Unknown". | ||
long | getID() | |
void | setID(longvalue) | |
Specifies the unique identifier of the validation rule. | ||
int | getIgnored() | |
void | setIgnored(intvalue) | |
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.Stringvalue) | |
Specifies the universal name of the validation rule. | ||
int | getRuleTarget() | |
void | setRuleTarget(intvalue) | |
Specifies the type of object to which the validation rule applies. The value of the property is VisRuleTargetsValue integer constant. |
public RuleValue RuleFilter
public RuleValue RuleTest
public long getID() / public void setID(long value)
public java.lang.String getNameU() / public void setNameU(java.lang.String value)
public java.lang.String getCategory() / public void setCategory(java.lang.String value)
public java.lang.String getDescription() / public void setDescription(java.lang.String value)
public int getRuleTarget() / public void setRuleTarget(int value)
public int getIgnored() / public void setIgnored(int value)