| Constructor and Description |
|---|
Phrase() |
| Modifier and Type | Method and Description |
|---|---|
Field |
getAttribute() |
PhraseOperator |
getPhraseOperator() |
String |
getValue() |
void |
setAttribute(Field attribute) |
void |
setPhraseOperator(PhraseOperator phraseOperator) |
void |
setValue(String value) |
public String getValue()
public void setValue(String value)
value - Phrase valuepublic Field getAttribute()
Field object which represent a specific attributepublic void setAttribute(Field attribute)
attribute - A Field object which represent a specific attributepublic PhraseOperator getPhraseOperator()
PhraseOperator which glues various phrases togetherpublic void setPhraseOperator(PhraseOperator phraseOperator)
phraseOperator - A PhraseOperator which glues various phrases togetherCopyright © 2020. All rights reserved.