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.Typestatic final AbstractConstrain.TypeA boolean constraint matching the "greater or equal" condition.static final AbstractConstrain.TypeA boolean constraint matching the "greater than" condition.static final AbstractConstrain.Typestatic final AbstractConstrain.TypeA boolean constraint matching the "IS NULL" condition.static final AbstractConstrain.TypeA boolean constraint matching the "lower or equal" condition.static final AbstractConstrain.TypeA boolean constraint matching the "lower than" condition.static final AbstractConstrain.TypeA 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:
getNamein interfaceAbstractConstrain.Type
-
toString
- Specified by:
toStringin interfaceAbstractConstrain.Type- Overrides:
toStringin classObject
-