Interface LongSettable

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

public interface LongSettable extends IntSettable
A TokenSettable object containing a long value.
See Also:
  • TokenTypeConstant#LONG
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    set(long value)
    Sets the container to the given long value.

    Methods inherited from interface com.pervasive.datarush.tokens.scalar.IntSettable

    set

    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(long value)
      Sets the container to the given long value.
      Parameters:
      value - long value to which to set the container