Interface CardinalTerm

All Superinterfaces:
QueryTerm

public interface CardinalTerm extends QueryTerm

A term for a cardinal query.

  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the cardinal in the term.

    Methods inherited from interface QueryTerm

    isPositive, isWildcard
  • Method Details

    • getCardinal

      long getCardinal()
      Gets the cardinal in the term.
      Returns:
      the cardinal value
      Throws:
      IllegalStateException - isWildcard() is true
      Compliance:
      mandatory - This method must be implemented.