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 SummaryNested classes/interfaces inherited from interface de.espirit.or.query.ConstraintConstraint.Type
- 
Constructor SummaryConstructorsConstructorDescriptionGreaterThanEqual(@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 SummaryMethods inherited from class de.espirit.or.query.ComparegetParameter, getValue, setParameter, setValueMethods inherited from class de.espirit.or.query.AbstractConstraintgetAttributeName, isEmptyMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.espirit.or.query.AttributeConstraintgetAttributeNameMethods inherited from interface de.espirit.or.query.ConstraintisEmpty
- 
Constructor Details- 
GreaterThanEqualCreates a new GreaterThanEqual constraint for the given attributeName and given parameter- Since:
- 4.0.17
 
- 
GreaterThanEqualCreates a new GreaterThanEqual constraint for the given attributeName and the given value- Since:
- 4.0.17
 
 
- 
- 
Method Details- 
getTypeThe typeConstraint.Type.BIGGER_OR_EQUAL- Specified by:
- getTypein interface- Constraint
- Specified by:
- getTypein class- AbstractConstraint
- Returns:
- the type of this constraint.
- Since:
- 4.0.17
 
 
-