public class RangeCondition<T> extends AbstractCondition
| 构造器和说明 |
|---|
RangeCondition() |
RangeCondition(String name,
RangeOperator operator,
T leftValue,
T rightValue)
construct simple range condition
|
| 限定符和类型 | 方法和说明 |
|---|---|
ConditionType |
getConditionType() |
T |
getLeftValue() |
String |
getName() |
RangeOperator |
getOperator() |
T |
getRightValue() |
void |
setLeftValue(T leftValue) |
void |
setName(String name) |
void |
setOperator(RangeOperator operator) |
void |
setRightValue(T rightValue) |
detectPointId, getRelativeFieldspublic RangeCondition()
public RangeCondition(String name, RangeOperator operator, T leftValue, T rightValue)
name - operator - leftValue - rightValue - public String getName()
public void setName(String name)
public RangeOperator getOperator()
public void setOperator(RangeOperator operator)
public T getLeftValue()
public void setLeftValue(T leftValue)
public T getRightValue()
public void setRightValue(T rightValue)
public ConditionType getConditionType()
getConditionType 在类中 AbstractConditionCopyright © 2022. All rights reserved.