public class RuleSet
Constructor Summary |
---|
RuleSet()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
java.lang.String | getDescription() | |
void | setDescription(java.lang.Stringvalue) | |
Specifies the description of the validation rule set that appears in the user interface. Default is an empty string. | ||
int | getEnabled() | |
void | setEnabled(intvalue) | |
Specifies whether the rules in the specified validation rule set are checked when validation is triggered for the current document. Default is True. The value of the property is BOOL integer constant. | ||
long | getID() | |
void | setID(longvalue) | |
Specifies the unique identifier of the validation rule set. | ||
java.lang.String | getName() | |
void | setName(java.lang.Stringvalue) | |
Specifies the local name of the validation rule set. Defaults to NameU attribute value. | ||
java.lang.String | getNameU() | |
void | setNameU(java.lang.Stringvalue) | |
Specifies the universal name of the validation rule set. | ||
RuleCollection | getRules() | |
Rule collection.
|
||
int | getRuleSetFlags() | |
void | setRuleSetFlags(intvalue) | |
Specifies whether the rule set appears in the Rules to Check list. The value of the property is BOOL integer constant. |
public long getID() / public void setID(long value)
public java.lang.String getNameU() / public void setNameU(java.lang.String value)
public java.lang.String getName() / public void setName(java.lang.String value)
public java.lang.String getDescription() / public void setDescription(java.lang.String value)
public int getEnabled() / public void setEnabled(int value)
public int getRuleSetFlags() / public void setRuleSetFlags(int value)
public RuleCollection getRules()