public class Condition extends Object
| Constructor and Description |
|---|
Condition(Condition left,
Condition right) |
Condition(ConditionType conditionType) |
Condition(ConditionType conditionType,
List<Object> values) |
Condition(ConditionType conditionType,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
ConditionType |
getConditionType() |
Condition |
getLeft() |
String |
getModifier() |
Condition |
getRight() |
Object |
getValue() |
List<Object> |
getValues() |
public Condition(ConditionType conditionType, List<Object> values)
public Condition(ConditionType conditionType, Object value)
public Condition(ConditionType conditionType)
Copyright © 2015. All rights reserved.