Interface FloatSettable

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

public interface FloatSettable extends LongSettable
A TokenSettable object containing a float value.
See Also:
  • TokenTypeConstant#FLOAT
  • Method Summary

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

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