RuleSet
Inheritance: java.lang.Object
public class RuleSet
Represents one set of diagram validation rules.
Constructors
| Constructor | Description |
|---|---|
| RuleSet() | Constructor. |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getDescription() | Specifies the description of the validation rule set that appears in the user interface. |
| getEnabled() | Specifies whether the rules in the specified validation rule set are checked when validation is triggered for the current document. |
| getID() | Specifies the unique identifier of the validation rule set. |
| getName() | Specifies the local name of the validation rule set. |
| getNameU() | Specifies the universal name of the validation rule set. |
| getRuleSetFlags() | Specifies whether the rule set appears in the Rules to Check list. |
| getRules() | Rule collection. |
| hashCode() | |
| notify() | |
| notifyAll() | |
| setDescription(String value) | For the description of this property, please see getDescription() |
| setEnabled(int value) | For the description of this property, please see getEnabled() |
| setID(long value) | For the description of this property, please see getID() |
| setName(String value) | For the description of this property, please see getName() |
| setNameU(String value) | For the description of this property, please see getNameU() |
| setRuleSetFlags(int value) | For the description of this property, please see getRuleSetFlags() |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
RuleSet()
public RuleSet()
Constructor.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getDescription()
public String getDescription()
Specifies the description of the validation rule set that appears in the user interface. Default is an empty string.
Returns: java.lang.String
getEnabled()
public int getEnabled()
Specifies whether the rules in the specified validation rule set are checked when validation is triggered for the current document. Default is True.
Returns: int
getID()
public long getID()
Specifies the unique identifier of the validation rule set.
Returns: long
getName()
public String getName()
Specifies the local name of the validation rule set. Defaults to NameU attribute value.
Returns: java.lang.String
getNameU()
public String getNameU()
Specifies the universal name of the validation rule set.
Returns: java.lang.String
getRuleSetFlags()
public int getRuleSetFlags()
Specifies whether the rule set appears in the Rules to Check list.
Returns: int
getRules()
public RuleCollection getRules()
Rule collection.
Returns: RuleCollection
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setDescription(String value)
public void setDescription(String value)
For the description of this property, please see getDescription()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setEnabled(int value)
public void setEnabled(int value)
For the description of this property, please see getEnabled()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
setID(long value)
public void setID(long value)
For the description of this property, please see getID()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | long |
setName(String value)
public void setName(String value)
For the description of this property, please see getName()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setNameU(String value)
public void setNameU(String value)
For the description of this property, please see getNameU()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | java.lang.String |
setRuleSetFlags(int value)
public void setRuleSetFlags(int value)
For the description of this property, please see getRuleSetFlags()
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |