Interface TextableQueryNode
-
- All Known Implementing Classes:
FieldQueryNode
,FuzzyQueryNode
,PrefixWildcardQueryNode
,QuotedFieldQueryNode
,RegexpQueryNode
,WildcardQueryNode
public interface TextableQueryNode
Interface for a node that has text as aCharSequence
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CharSequence
getText()
void
setText(CharSequence text)
-
-
-
Method Detail
-
getText
CharSequence getText()
-
setText
void setText(CharSequence text)
-
-