Package de.espirit.or.query
Class IsNull
java.lang.Object
de.espirit.or.query.AbstractConstraint
de.espirit.or.query.IsNull
- All Implemented Interfaces:
AttributeConstraint,Constraint,Serializable,Cloneable
Constraint to check if belonging attribute is
null- Since:
- 4.0.17
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.or.query.Constraint
Constraint.Type -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.espirit.or.query.AbstractConstraint
getAttributeName, isEmpty
-
Constructor Details
-
IsNull
Creates a IsNull constraint for the given attribute.- Parameters:
attributeName- the name of the attribute to create the IsNull constraint for.- Since:
- 4.0.17
-
-
Method Details
-
getType
The typeConstraint.Type.IS_NULL- Specified by:
getTypein interfaceConstraint- Specified by:
getTypein classAbstractConstraint- Returns:
- the type of this constraint.
- Since:
- 4.0.17
-