public final class SimpleSetPredicate extends Predicate
SimpleSetPredicate
element.Modifier and Type | Class and Description |
---|---|
static class |
SimpleSetPredicate.Operator
Enumeration of allowed values for the "booleanOperator" attribute.
|
Constructor and Description |
---|
SimpleSetPredicate()
Creates an empty
SimpleSetPredicate . |
Modifier and Type | Method and Description |
---|---|
String |
getField()
Returns the value of the "field" attribute.
|
SimpleSetPredicate.Operator |
getOperator()
Returns the value of the "booleanOperator" attribute.
|
List<String> |
getValues()
Returns the values of the set to test against.
|
void |
setField(String field)
Sets the value of the "field" attribute.
|
void |
setOperator(SimpleSetPredicate.Operator operator)
Sets the value of the "booleanOperator" attribute.
|
void |
setValues(List<String> values)
Sets the values of the set to test against.
|
public SimpleSetPredicate()
SimpleSetPredicate
.public String getField()
public void setField(String field)
field
- the value of the "field" attribute.public final SimpleSetPredicate.Operator getOperator()
public final void setOperator(SimpleSetPredicate.Operator operator)
operator
- the value of the "booleanOperator" attribute.public final List<String> getValues()
Copyright © 2016 Actian Corporation. All rights reserved.