-
- All Superinterfaces:
FloatSettable
,IntSettable
,LongSettable
,ScalarSettable
,ScalarTyped
,TokenSettable
,TokenTyped
- All Known Subinterfaces:
DoubleOutputField
- All Known Implementing Classes:
DoubleRegister
public interface DoubleSettable extends FloatSettable
ATokenSettable
object containing a double value.- See Also:
TokenTypeConstant#DOUBLE
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(double value)
Sets the container to the given double value.-
Methods inherited from interface com.pervasive.datarush.tokens.scalar.FloatSettable
set
-
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
-
-