public class RankingExpressionGroupText
extends atg.search.routing.command.search.RankingExpressionGroupBasic
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
RankingExpressionGroupText(java.lang.String text)
Constructs a new expression group
|
RankingExpressionGroupText(java.lang.String text,
StringOp op,
java.lang.Boolean caseSensitive)
Constructs a new expression group
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getAttributesXML() |
protected java.lang.String |
getExpressionName() |
StringOp |
getOp()
Returns the operation
|
java.lang.String |
getText()
Returns the text to test
|
protected java.lang.String |
getValue() |
java.lang.Boolean |
isCaseSensitive()
Returns whether it is case sensitive
|
void |
setCaseSensitive(java.lang.Boolean caseSensitive)
Sets whether it is case sensitive
|
void |
setOp(StringOp op)
Sets the operation
|
void |
setText(java.lang.String text)
Sets the text to test
|
public RankingExpressionGroupText(java.lang.String text)
text - text to testpublic RankingExpressionGroupText(java.lang.String text,
StringOp op,
java.lang.Boolean caseSensitive)
text - text to testop - operation, or null for defaultcaseSensitive - case sensitivity, or null for defaultpublic java.lang.Boolean isCaseSensitive()
public void setCaseSensitive(java.lang.Boolean caseSensitive)
caseSensitive - whether it is case sensitivepublic StringOp getOp()
public void setOp(StringOp op)
op - the operationpublic java.lang.String getText()
public void setText(java.lang.String text)
text - the text to testprotected java.lang.String getExpressionName()
getExpressionName in class atg.search.routing.command.search.RankingExpressionGroupBasicprotected java.lang.String getAttributesXML()
getAttributesXML in class atg.search.routing.command.search.RankingExpressionGroupBasicprotected java.lang.String getValue()
getValue in class atg.search.routing.command.search.RankingExpressionGroupBasic