NeConstraint

Representation of the Not Equals Constraint. Performs a not equal constraint operation. Missing arguments will always result in this constraint evaluating to false. This constraint can be used independently or added to a And, Or, Not constraint to combine with other constraints.

Constructor

NeConstraint()

Field Summary

Inherited from class com.gridion.jdl.BinaryConstraint

MATCH_MODE_EXACT, MATCH_MODE_GLOB, MATCH_MODE_REGEXP

Methods

Inherited from class com.gridion.jdl.BinaryConstraint

getMatchMode, setMatchMode

See BinaryConstraint.

Inherited from class com.gridion.jdl.Constraint

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

See Constraint.

See Also

Javadoc: NeConstraint