-
- All Superinterfaces:
ScalarSettable,ScalarTyped,TokenSettable,TokenTyped
- All Known Subinterfaces:
NumericOutputField
- All Known Implementing Classes:
NumericRegister
public interface NumericSettable extends ScalarSettable
ATokenSettableobject containing a numeric value.- See Also:
TokenTypeConstant#NUMERIC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidset(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
-
-