RuleSet

Inheritance: java.lang.Object

public class RuleSet

Represents one set of diagram validation rules.

Constructors

ConstructorDescription
RuleSet()Constructor.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
valuejava.lang.String

setEnabled(int value)

public void setEnabled(int value)

For the description of this property, please see getEnabled()

Parameters:

ParameterTypeDescription
valueint

setID(long value)

public void setID(long value)

For the description of this property, please see getID()

Parameters:

ParameterTypeDescription
valuelong

setName(String value)

public void setName(String value)

For the description of this property, please see getName()

Parameters:

ParameterTypeDescription
valuejava.lang.String

setNameU(String value)

public void setNameU(String value)

For the description of this property, please see getNameU()

Parameters:

ParameterTypeDescription
valuejava.lang.String

setRuleSetFlags(int value)

public void setRuleSetFlags(int value)

For the description of this property, please see getRuleSetFlags()

Parameters:

ParameterTypeDescription
valueint

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int