public interface IFindSimpleCondition extends IFindCondition
Modifier and Type | Interface and Description |
---|---|
static class |
IFindSimpleCondition.RelationalOp
Type of relational operator for the condition
|
IFindCondition.ConditionType
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribute()
Returns the attribute for the condition
|
IFindSimpleCondition.RelationalOp |
getRelationalOperator()
Returns the relational operator for the condition
|
java.lang.String |
getValue()
Returns the value to match
|
boolean |
isInvertMatch()
Returns if the condition inverts the match
|
void |
setAttribute(java.lang.String attribute)
Assigns the attribute for the condition
|
void |
setInvertMatch(boolean invertMatch)
Assigns the flag to invert the match
|
void |
setRelationalOperator(IFindSimpleCondition.RelationalOp relationalOperator)
Assigns the relational operator for the condition
|
void |
setValue(java.lang.String value)
Assigns the value to match
|
getType
IFindSimpleCondition.RelationalOp getRelationalOperator()
void setRelationalOperator(IFindSimpleCondition.RelationalOp relationalOperator)
relationalOperator
- boolean isInvertMatch()
void setInvertMatch(boolean invertMatch)
invertMatch
- java.lang.String getAttribute()
void setAttribute(java.lang.String attribute)
attribute
- java.lang.String getValue()
void setValue(java.lang.String value)
value
-
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2020. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.