public class Rule extends Object
Constructor and Description |
---|
Rule()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getCaseSensitive()
Return case sensitive property.
|
String |
getHighValue()
Return the high end of the value range.
|
String |
getLowValue()
Return the low end of the value range.
|
String |
getName()
Get the rule name.
|
String |
getOperator()
Get the rule operator.
|
String |
getRecordName()
Get the record name this rule matches.
|
boolean |
matches(String discValue)
Execute this rule against the given discriminator value.
|
void |
setCasesensitive(String casesensitive)
Set the case sensitive property.
|
void |
setHighvalue(String highvalue)
Set the high end of the value range.
|
void |
setLowvalue(String lowvalue)
Set the low end of the value range.
|
void |
setName(String name)
Set the rule name.
|
void |
setOperator(String operator)
Set the rule operator.
|
void |
setRecordname(String recordname)
Set the record name this rule matches.
|
public boolean matches(String discValue)
discValue
- discriminator valuepublic String getCaseSensitive()
public void setCasesensitive(String casesensitive)
casesensitive
- case sensitive property.public String getLowValue()
public void setLowvalue(String lowvalue)
lowvalue
- low end of value rangepublic String getHighValue()
public void setHighvalue(String highvalue)
highvalue
- high end of value rangepublic String getName()
public void setName(String name)
name
- rule namepublic String getOperator()
public void setOperator(String operator)
operator
- rule operatorpublic String getRecordName()
public void setRecordname(String recordname)
recordname
- record nameCopyright © 2016 Actian Corporation. All rights reserved.