public interface IFindInCondition extends IFindCondition
IFindCondition.ConditionType
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttribute()
Returns the attribute for the condition
|
java.util.List<java.lang.String> |
getValues()
Returns the list of values 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 |
setValues(java.util.List<java.lang.String> values)
Assigns the list of values to match
|
getType
boolean isInvertMatch()
void setInvertMatch(boolean invertMatch)
invertMatch
- java.lang.String getAttribute()
void setAttribute(java.lang.String attribute)
attribute
- java.util.List<java.lang.String> getValues()
void setValues(java.util.List<java.lang.String> values)
values
-
Licensed Materials - Property of IBM
OpenPages with Watson (PID: 5725-D51)
© Copyright IBM Corporation 2013, 2019. All Rights Reserved.
US Government Users Restricted Rights -
Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.