Interface BooleanSettable

All Superinterfaces:
ScalarSettable, ScalarTyped, TokenSettable, TokenTyped
All Known Subinterfaces:
BooleanOutputField
All Known Implementing Classes:
BooleanRegister

public interface BooleanSettable extends ScalarSettable
A TokenSettable object containing a boolean value.
See Also:
  • TokenTypeConstant#BOOLEAN
  • Method Summary

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