public class DoubleWhereOperand extends WhereOperand<Double>
| Constructor and Description |
|---|
DoubleWhereOperand() |
DoubleWhereOperand(Double value) |
| Modifier and Type | Method and Description |
|---|---|
Double |
get() |
ElementType |
getElementType() |
OperandType |
getOperandType() |
Double |
getValue() |
static DoubleWhereOperand |
instance(Double value) |
void |
setValue(Double value) |
fromJsonNodepublic DoubleWhereOperand()
public DoubleWhereOperand(Double value)
public static DoubleWhereOperand instance(Double value)
public ElementType getElementType()
getElementType in class WhereOperand<Double>public OperandType getOperandType()
getOperandType in class WhereOperand<Double>public Double get()
get in class WhereOperand<Double>public Double getValue()
public void setValue(Double value)
Copyright © 2019. All rights reserved.