public class OperatorCondition<LEFT,RIGHT> extends Condition
protected LEFT
left
protected String
operator
protected RIGHT
right
OperatorCondition(LEFT left, RIGHT right, String operator)
OperatorCondition(RIGHT right, String operator)
String
getCondition()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected LEFT left
protected RIGHT right
protected String operator
public OperatorCondition(LEFT left, RIGHT right, String operator)
public OperatorCondition(RIGHT right, String operator)
public String getCondition()
getCondition
Condition
Copyright © 2020. All Rights Reserved.