Interface DoubleSettable

All Superinterfaces:
FloatSettable, IntSettable, LongSettable, ScalarSettable, ScalarTyped, TokenSettable, TokenTyped
All Known Subinterfaces:
DoubleOutputField
All Known Implementing Classes:
DoubleRegister

public interface DoubleSettable extends FloatSettable
A TokenSettable object containing a double value.
See Also:
  • TokenTypeConstant#DOUBLE
  • Method Summary

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

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

    set

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

    set

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

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