Interface IntSettable

All Superinterfaces:
ScalarSettable, ScalarTyped, TokenSettable, TokenTyped
All Known Subinterfaces:
DoubleOutputField, DoubleSettable, FloatOutputField, FloatSettable, IntOutputField, LongOutputField, LongSettable, MoneyOutputField, MoneySettable
All Known Implementing Classes:
DoubleRegister, FloatRegister, IntRegister, LongRegister, MoneyRegister

public interface IntSettable extends ScalarSettable
A TokenSettable object containing an integer value.
See Also:
  • TokenTypeConstant#INT
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(int value)
    Sets the container to the given integer 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(int value)
      Sets the container to the given integer value.
      Parameters:
      value - integer value to which to set the container