- All Superinterfaces:
FloatSettable,IntSettable,LongSettable,ScalarSettable,ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
DoubleOutputField
- All Known Implementing Classes:
DoubleRegister
A
TokenSettable object containing a double value.- See Also:
-
TokenTypeConstant#DOUBLE
-
Method Summary
Modifier and TypeMethodDescriptionvoidset(double value) Sets the container to the given double value.Methods inherited from interface com.pervasive.datarush.tokens.scalar.FloatSettable
setMethods inherited from interface com.pervasive.datarush.tokens.scalar.IntSettable
setMethods inherited from interface com.pervasive.datarush.tokens.scalar.LongSettable
setMethods inherited from interface com.pervasive.datarush.types.ScalarTyped
getTypeMethods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
Method Details
-
set
void set(double value) Sets the container to the given double value.- Parameters:
value- double value to which to set the container
-