Interface CharSettable

All Superinterfaces:
ScalarSettable, ScalarTyped, TokenSettable, TokenTyped
All Known Subinterfaces:
CharOutputField
All Known Implementing Classes:
CharRegister

public interface CharSettable extends ScalarSettable
A TokenSettable object containing a character value.
See Also:
  • TokenTypeConstant#CHAR
  • Method Summary

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