public class Expression<T> extends Object
| Constructor and Description |
|---|
Expression(Path<?> path,
Operation oper,
String value)
Constructor Expression
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
getOperation()
Gets operation
|
Path<?> |
getPath()
Gets path
|
String |
getValue()
Gets
|
boolean |
isNegated()
Gets negated
|
Expression<?> |
negate()
Method to negate
|
void |
setNegated(boolean negated)
Sets negated
|
void |
setOperation(Operation operation)
Sets operation
|
void |
setPath(Path<?> path)
Sets path
|
void |
setValue(String value)
Sets value
|
String |
toString()
the toString method
|
public Path<?> getPath()
public void setPath(Path<?> path)
path - public Operation getOperation()
public void setOperation(Operation operation)
operation - public String getValue()
public void setValue(String value)
value - public Expression<?> negate()
public boolean isNegated()
public void setNegated(boolean negated)
negated - Copyright © 2017. All rights reserved.