Interface NumericSettable

All Superinterfaces:
ScalarSettable, ScalarTyped, TokenSettable, TokenTyped
All Known Subinterfaces:
NumericOutputField
All Known Implementing Classes:
NumericRegister

public interface NumericSettable extends ScalarSettable
A TokenSettable object containing a numeric value.
See Also:
  • TokenTypeConstant#NUMERIC
  • Method Summary

    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 Details

    • set

      void set(BigDecimal value)
      Sets the container to the given numeric value.
      Parameters:
      value - numeric value to which to set the container