public class RankingExpressionGroupNumProp
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 |
|---|
RankingExpressionGroupNumProp(java.lang.String propertyName,
java.lang.String numericValue)
Constructs a new group for the numeric value, the property name, and the default operation.
|
RankingExpressionGroupNumProp(java.lang.String numericValue,
java.lang.String propertyName,
NumOp op)
Constructs a new group for the numeric value, the property name, and the operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
getAttributesXML() |
protected java.lang.String |
getExpressionName() |
java.lang.String |
getNumericValue()
Returns the numeric value
|
NumOp |
getOp()
Returns the operation
|
java.lang.String |
getPropertyName()
Returns the property name
|
protected java.lang.String |
getValue() |
void |
setNumericValue(java.lang.String numericValue)
Sets the numeric value
|
void |
setOp(NumOp op)
Sets the operation
|
void |
setPropertyName(java.lang.String propertyName)
Sets the property name
|
public RankingExpressionGroupNumProp(java.lang.String numericValue,
java.lang.String propertyName,
NumOp op)
numericValue - a numberpropertyName - a property nameop - operation, or null for defaultpublic RankingExpressionGroupNumProp(java.lang.String propertyName,
java.lang.String numericValue)
propertyName - numericValue - public java.lang.String getNumericValue()
public void setNumericValue(java.lang.String numericValue)
numericValue - the numeric valuepublic NumOp getOp()
public void setOp(NumOp op)
op - the operationpublic java.lang.String getPropertyName()
public void setPropertyName(java.lang.String propertyName)
propertyName - the property nameprotected 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