Interface TextableQueryNode
-
- All Known Implementing Classes:
FieldQueryNode,FuzzyQueryNode,PrefixWildcardQueryNode,QuotedFieldQueryNode,RegexpQueryNode,WildcardQueryNode
public interface TextableQueryNodeInterface for a node that has text as aCharSequence
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.CharSequencegetText()voidsetText(java.lang.CharSequence text)
-