public abstract class AbstractCondition extends java.lang.Object implements Condition, java.io.Serializable, java.lang.Cloneable
Modifier and Type | Method and Description |
---|---|
And |
and(Condition condition)
Method and.
|
<T extends Condition> |
copy()
Shallowly copy.
|
Operator |
getOperator()
Method getOperator.
|
Not |
not()
Method not.
|
Or |
or(Condition condition)
Method or.
|
java.lang.String |
toString() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
clearParameters, getParameters, toString
public Operator getOperator()
Condition
getOperator
in interface Condition
public <T extends Condition> T copy()
Condition
public java.lang.String toString()
toString
in class java.lang.Object