Class TTextInst

All Implemented Interfaces:
Serializable, TText, TemporalObject

public class TTextInst extends TInstant<String> implements TText
Temporal text instant class inherited from temporal instant.
Author:
ARIJIT SAMAL
See Also:
  • Field Details

  • Constructor Details

    • TTextInst

      public TTextInst()
    • TTextInst

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

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

      public TTextInst(String str, boolean value)
      The value and timestamp constructor
    • TTextInst

      public TTextInst(boolean value, String timemstamp)
    • TTextInst

      public TTextInst(String str, boolean value, String timemstamp, jnr.ffi.Pointer inner)
  • Method Details