Class TTextSeq

All Implemented Interfaces:
Serializable, TText, TemporalObject

public class TTextSeq extends TSequence<String> implements TText
Temporal text sequence class inherited from temporal sequence.
Author:
ARIJIT SAMAL
See Also:
  • Field Details

  • Constructor Details

    • TTextSeq

      public TTextSeq()
    • TTextSeq

      public TTextSeq(jnr.ffi.Pointer inner)
      Pointer constructor
      Parameters:
      inner -
    • TTextSeq

      public TTextSeq(String value)
      The string constructor
      Parameters:
      value - - the string with the TBoolInst value
    • TTextSeq

      public TTextSeq(String value, int interpolation)
      The string constructor
      Parameters:
      value - - the string with the TBoolInst value
    • TTextSeq

      public TTextSeq(List<String> list, boolean lower_inc, boolean upper_inc, int interpolation, boolean normalize)
      The string constructor
  • Method Details