LeConstraint

Representation of the Less than or equals Constraint. Performs a 'less than or equal to' constraint operation. Missing arguments will always result in this constraint evaluating to false. The standard lexographical ordering of values is used to determine result. This constraint can be used independently or added to a And, Or, Not constraint to combine with other constraints.

Inheritance Structure

  extended bycom.gridion.jdl.Constraint
      extended bycom.gridion.jdl.BinaryConstraint
          extended bycom.gridion.jdl.LeConstraint

Constructor

LeConstraint()

Fields

Inherited from class com.gridion.jdl.BinaryConstraint:

MATCH_MODE_EXACT, MATCH_MODE_GLOB, MATCH_MODE_REGEXP

See BinaryConstraint.

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