OrConstraint

Representation of Or Constraint Object. Perform a logical or-ing operation of all the child constraints. This is a no-op if this constraint contains no children. Constraints are added to this constraint using add().

Constructor

OrConstraint()

Methods

Inherited from class com.gridion.jdl.ContainerConstraint

add

See ContainerConstraint.

Inherited from class com.gridion.jdl.Constraint

getFact, getFactValue, getReason, getValue, setFact, setFactValue, setReason, setValue

See Constraint.

See Also