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