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