Interface MoneySettable

All Superinterfaces:
IntSettable, LongSettable, ScalarSettable, ScalarTyped, TokenSettable, TokenTyped
All Known Subinterfaces:
MoneyOutputField
All Known Implementing Classes:
MoneyRegister

public interface MoneySettable extends LongSettable
A TokenSettable object containing a money value.
See Also:
  • TokenTypeConstant#MONEY
  • Method Summary

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