Class TBoolSeq

All Implemented Interfaces:
Serializable, TBool, TemporalObject

public class TBoolSeq extends TSequence<Boolean> implements TBool
Temporal boolean sequence class inherited from temporal sequence.
Author:
ARIJIT SAMAL
See Also:
  • Field Details

  • Constructor Details

    • TBoolSeq

      public TBoolSeq()
    • TBoolSeq

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

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

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

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