Class Filter.Condition.HavingCondition

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getField() The field on which the having condition is applied.
      final Filter getSubFilter() The sub-filter used for the having condition.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Filter.Condition.HavingCondition

        Filter.Condition.HavingCondition(String field, Filter subFilter)
        Creates a new instance of the HavingCondition.
    • Method Detail

      • getField

         final String getField()

        The field on which the having condition is applied.