Package de.espirit.or.query
Class GreaterThanEqual
java.lang.Object
de.espirit.or.query.AbstractConstraint
de.espirit.or.query.Compare
de.espirit.or.query.GreaterThanEqual
- All Implemented Interfaces:
AttributeConstraint
,Constraint
,Serializable
,Cloneable
Constraint to compare if belonging attribute is greater than or equals to a specific value.
- Since:
- 4.0.17
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.or.query.Constraint
Constraint.Type
-
Constructor Summary
ConstructorDescriptionGreaterThanEqual
(@NotNull String attributeName, Parameter parameter) Creates a new GreaterThanEqual constraint for the given attributeName and given parameterGreaterThanEqual
(@NotNull String attributeName, Object value) Creates a new GreaterThanEqual constraint for the given attributeName and the given value -
Method Summary
Methods inherited from class de.espirit.or.query.Compare
getParameter, getValue, setParameter, setValue
Methods inherited from class de.espirit.or.query.AbstractConstraint
getAttributeName, isEmpty
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.espirit.or.query.AttributeConstraint
getAttributeName
Methods inherited from interface de.espirit.or.query.Constraint
isEmpty
-
Constructor Details
-
GreaterThanEqual
Creates a new GreaterThanEqual constraint for the given attributeName and given parameter- Since:
- 4.0.17
-
GreaterThanEqual
Creates a new GreaterThanEqual constraint for the given attributeName and the given value- Since:
- 4.0.17
-
-
Method Details
-
getType
The typeConstraint.Type.BIGGER_OR_EQUAL
- Specified by:
getType
in interfaceConstraint
- Specified by:
getType
in classAbstractConstraint
- Returns:
- the type of this constraint.
- Since:
- 4.0.17
-