public class SearchParameters
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static int |
AND
Constant for the logical AND operator.
|
static int |
OR
Constant for the logical OR operator.
|
Constructor and Description |
---|
SearchParameters() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Returns a clone of this object.
|
int |
getLogicalOperator()
Get the logical operator between the search parameters.
|
java.util.List |
getSearchParameters()
Return the search parameters.
|
void |
setLogicalOperator(int operator)
Set the logical operator used between the search parameters.
|
public static final int AND
public static final int OR
public java.lang.Object clone()
clone
in class java.lang.Object
Cloneable
public final java.util.List getSearchParameters()
public int getLogicalOperator()
public void setLogicalOperator(int operator)
operator
- The logical operator: SearchParameters.AND
or SearchParameters.OR