-
- All Superinterfaces:
ScalarSettable
,ScalarTyped
,TokenSettable
,TokenTyped
- All Known Subinterfaces:
NumericOutputField
- All Known Implementing Classes:
NumericRegister
public interface NumericSettable extends ScalarSettable
ATokenSettable
object containing a numeric value.- See Also:
TokenTypeConstant#NUMERIC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
set(BigDecimal value)
Sets the container to the given numeric value.-
Methods inherited from interface com.pervasive.datarush.types.ScalarTyped
getType
-
Methods inherited from interface com.pervasive.datarush.tokens.TokenSettable
set, setNull, setZero
-
-
-
-
Method Detail
-
set
void set(BigDecimal value)
Sets the container to the given numeric value.- Parameters:
value
- numeric value to which to set the container
-
-