Interface StringSettable

All Superinterfaces:
ScalarSettable, ScalarTyped, TokenSettable, TokenTyped
All Known Subinterfaces:
StringOutputField
All Known Implementing Classes:
StringRegister

public interface StringSettable extends ScalarSettable
A TokenSettable object containing a string value.
See Also:
  • TokenTypeConstant#STRING
  • Method Summary

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