Interface CardinalTerm
- All Superinterfaces:
QueryTerm
A term for a cardinal query.
-
Method Summary
Methods inherited from interface QueryTerm
isPositive, isWildcardModifier and TypeMethodDescriptionbooleanTests if this is a positive or negative term.booleanTests if this term is a wildcard.
-
Method Details
-
getCardinal
long getCardinal()Gets thecardinalin the term.- Returns:
- the cardinal value
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-