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