public class ExpressionNode extends Node
| Constructor and Description |
|---|
ExpressionNode() |
ExpressionNode(String filter) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeValue() |
String |
getOperation() |
String |
getValue() |
void |
setAttributeValue(String attributeValue) |
void |
setOperation(String operation) |
void |
setValue(String value) |
getLeftNode, getRightNode, setLeftNode, setRightNodepublic ExpressionNode()
public ExpressionNode(String filter)
public String getOperation()
public void setOperation(String operation)
public String getValue()
public void setValue(String value)
public String getAttributeValue()
public void setAttributeValue(String attributeValue)
Copyright © 2019 WSO2. All rights reserved.