public final class ContainTextCondition extends ContainCondition
Modifier and Type | Method and Description |
---|---|
ContainTextOperator |
getOperator()
Gets the operator of this
ContainTextCondition . |
String |
getValue()
Gets the value of this
ContainTextCondition . |
void |
setOperator(ContainTextOperator value)
Sets the operator of this
ContainTextCondition . |
void |
setValue(String value)
Sets the value of this
ContainTextCondition . |
String |
toString()
Returns a
String that represents this ContainTextCondition instance. |
getConditionType, getContainConditionType, getStyle
getRule
public ContainTextOperator getOperator()
ContainTextCondition
.ContainTextCondition
.public String getValue()
Gets the value of this ContainTextCondition
.
Value can be either constant or formula.
If value is constant, then it cannot be null
.
If value is formula, it must start with '='.
ContainTextCondition
.public void setOperator(ContainTextOperator value)
ContainTextCondition
.value
- The operator of this ContainTextCondition
.public void setValue(String value)
Sets the value of this ContainTextCondition
.
Value can be either constant or formula.
If value is constant, then it cannot be null
.
If value is formula, it must start with '='.
value
- The value of this ContainTextCondition
.NullPointerException
- Value is null
.public String toString()
String
that represents this ContainTextCondition
instance.
This method should be used primarily for debugging purposes and should be considered volatile (format of its return value might change in future versions).
toString
in class ContainCondition
String
that represents this ContainTextCondition
instance.© GemBox d.o.o. — All rights reserved.