-
- All Superinterfaces:
IntSettable
,LongSettable
,ScalarSettable
,ScalarTyped
,TokenSettable
,TokenTyped
- All Known Subinterfaces:
DoubleOutputField
,DoubleSettable
,FloatOutputField
- All Known Implementing Classes:
DoubleRegister
,FloatRegister
public interface FloatSettable extends LongSettable
ATokenSettable
object containing a float value.- See Also:
TokenTypeConstant#FLOAT
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(float value)
Sets the container to the given float value.-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.IntSettable
set
-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.LongSettable
set
-
Methods inherited from interface com.pervasive.datarush.types.ScalarTyped
getType
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
-