public class DoubleWhereOperand extends Object implements WhereOperand<Double,Double>
| Constructor and Description |
|---|
DoubleWhereOperand() |
DoubleWhereOperand(Double value) |
| Modifier and Type | Method and Description |
|---|---|
Class<Double> |
getTargetClass() |
String |
getTypeHint() |
Double |
getValue() |
static DoubleWhereOperand |
instance(Double value) |
void |
setValue(Double value) |
public DoubleWhereOperand()
public DoubleWhereOperand(Double value)
public static DoubleWhereOperand instance(Double value)
public Class<Double> getTargetClass()
getTargetClass in interface WhereOperand<Double,Double>public String getTypeHint()
getTypeHint in interface WhereOperand<Double,Double>public Double getValue()
getValue in interface WhereOperand<Double,Double>public void setValue(Double value)
Copyright © 2017. All rights reserved.