Class BooleanConstraintImpl.BooleanConstraint
java.lang.Object
de.businesscode.bcdui.binding.rel.impl.BooleanConstraintImpl.BooleanConstraint
- All Implemented Interfaces:
AbstractConstrain.Type
- Direct Known Subclasses:
IsLikeConstraintImpl.BooleanConstraint
- Enclosing class:
- BooleanConstraintImpl
public static class BooleanConstraintImpl.BooleanConstraint
extends Object
implements AbstractConstrain.Type
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AbstractConstrain.Type
static final AbstractConstrain.Type
A boolean constraint matching the "greater or equal" condition.static final AbstractConstrain.Type
A boolean constraint matching the "greater than" condition.static final AbstractConstrain.Type
static final AbstractConstrain.Type
A boolean constraint matching the "IS NULL" condition.static final AbstractConstrain.Type
A boolean constraint matching the "lower or equal" condition.static final AbstractConstrain.Type
A boolean constraint matching the "lower than" condition.static final AbstractConstrain.Type
A boolean constraint matching the "not equal" condition. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
EQ
-
NEQ
A boolean constraint matching the "not equal" condition. -
ISNULL
A boolean constraint matching the "IS NULL" condition. -
ISNOTNULL
-
LT
A boolean constraint matching the "lower than" condition. -
GT
A boolean constraint matching the "greater than" condition. -
LE
A boolean constraint matching the "lower or equal" condition. -
GE
A boolean constraint matching the "greater or equal" condition.
-
-
Constructor Details
-
BooleanConstraint
Constructor- Parameters:
pType
-
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceAbstractConstrain.Type
-
toString
- Specified by:
toString
in interfaceAbstractConstrain.Type
- Overrides:
toString
in classObject
-