public class SearchOperand
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_EXPRESSION |
static int |
TYPE_LITERAL |
static int |
TYPE_VARIABLE |
Constructor and Description |
---|
SearchOperand(int type,
java.lang.String value) |
SearchOperand(SearchExpression expr) |
Modifier and Type | Method and Description |
---|---|
SearchExpression |
getExpression() |
int |
getType() |
java.lang.String |
getValue() |
void |
setExpression(SearchExpression expression) |
void |
setType(int type) |
void |
setValue(java.lang.String value) |
public static final int TYPE_LITERAL
public static final int TYPE_VARIABLE
public static final int TYPE_EXPRESSION
public SearchOperand(int type, java.lang.String value)
public SearchOperand(SearchExpression expr)
public int getType()
public void setType(int type)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public SearchExpression getExpression()
public void setExpression(SearchExpression expression)