public class Condition extends Object implements Comparable<Condition>
| Modifier and Type | Class and Description |
|---|---|
static class |
Condition.Operator |
| Constructor and Description |
|---|
Condition(Conditions cond,
Object value,
Condition.Operator op) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Condition o) |
boolean |
equals(Object obj) |
Condition.Operator |
getOp() |
Conditions |
getType() |
Object |
getValue() |
int |
hashCode() |
boolean |
isValid() |
public Condition(Conditions cond, Object value, Condition.Operator op)
public boolean isValid()
public Object getValue()
public Condition.Operator getOp()
public Conditions getType()
public int compareTo(Condition o)
compareTo in interface Comparable<Condition>Copyright © 2017. All Rights Reserved.