public class DoubleWhereOperand extends WhereOperand<Double>
| Constructor and Description |
|---|
DoubleWhereOperand() |
DoubleWhereOperand(Double value) |
| Modifier and Type | Method and Description |
|---|---|
Double |
extract(WhereOperandTransformer transformer) |
Double |
getValue() |
static DoubleWhereOperand |
instance(Double value) |
void |
setValue(Double value) |
public DoubleWhereOperand()
public DoubleWhereOperand(Double value)
public static DoubleWhereOperand instance(Double value)
public Double extract(WhereOperandTransformer transformer)
extract in class WhereOperand<Double>public Double getValue()
public void setValue(Double value)
Copyright © 2017. All rights reserved.