Interface AttributeConstraint

All Superinterfaces:
Cloneable, Constraint, Serializable
All Known Implementing Classes:
AbstractConstraint, Compare, Equal, GreaterThan, GreaterThanEqual, In, IsNotNull, IsNull, LessThan, LessThanEqual, Like, NotEqual

public interface AttributeConstraint extends Constraint
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 Type
    Method
    Description
    @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

      @NotNull @NotNull String getAttributeName()
      Return the name of the attribute this constraint belongs to.
      Returns:
      the name of the attribute of this constraint
      Since:
      4.0.17