Package de.espirit.or.query
Interface AttributeConstraint
- All Superinterfaces:
Cloneable
,Constraint
,Serializable
- All Known Implementing Classes:
AbstractConstraint
,Compare
,Equal
,GreaterThan
,GreaterThanEqual
,In
,IsNotNull
,IsNull
,LessThan
,LessThanEqual
,Like
,NotEqual
The base class for all
constraints
which define an attribute based filter.- Since:
- 5.0.100
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.or.query.Constraint
Constraint.Type
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
Return the name of the attribute this constraint belongs to.Methods inherited from interface de.espirit.or.query.Constraint
getType, isEmpty
-
Method Details
-
getAttributeName
Return the name of the attribute this constraint belongs to.- Returns:
- the name of the attribute of this constraint
- Since:
- 4.0.17
-