NotConstraint

Representation of a Not Constraint Object. Performs a logical not 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

NotConstraint()

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