public final class SimplePredicate extends Predicate
SimplePredicate
element.Modifier and Type | Class and Description |
---|---|
static class |
SimplePredicate.Operator
Enumeration of allowed values for the "operator" attribute.
|
Constructor and Description |
---|
SimplePredicate()
Create an empty
SimplePredicate |
Modifier and Type | Method and Description |
---|---|
String |
getField()
Returns the value of the "field" attribute.
|
SimplePredicate.Operator |
getOperator()
Returns the value of the "operator" attribute.
|
String |
getValue()
Returns the value of the "value" attribute.
|
void |
setField(String field)
Sets the value of the "field" attribute.
|
void |
setOperator(SimplePredicate.Operator operator)
Sets the value of the "operator" attribute.
|
void |
setValue(String value)
Sets the value of the "value" attribute.
|
public final String getField()
public final void setField(String field)
field
- the value of the "field" attribute.public final SimplePredicate.Operator getOperator()
public final void setOperator(SimplePredicate.Operator operator)
operator
- the value of the "operator" attribute.public final String getValue()
public final void setValue(String value)
value
- the value of the "value" attribute.Copyright © 2016 Actian Corporation. All rights reserved.