- All Superinterfaces:
ScalarSettable,ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
NumericOutputField
- All Known Implementing Classes:
NumericRegister
A
TokenSettable object containing a numeric value.- See Also:
-
TokenTypeConstant#NUMERIC
-
Method Summary
Modifier and TypeMethodDescriptionvoidset(BigDecimal value) Sets the container to the given numeric value.Methods inherited from interface com.pervasive.datarush.types.ScalarTyped
getTypeMethods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
Method Details
-
set
Sets the container to the given numeric value.- Parameters:
value- numeric value to which to set the container
-