Class TBoolInst

All Implemented Interfaces:
Serializable, TBool, TemporalObject

public class TBoolInst extends TInstant<Boolean> implements TBool
Temporal boolean instant class inherited from temporal instant.
Author:
ARIJIT SAMAL
See Also:
  • Field Details

  • Constructor Details

    • TBoolInst

      public TBoolInst()
    • TBoolInst

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

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

      public TBoolInst(String str, boolean value)
      Value and timestamp constructor
      Parameters:
      str - timestamp
      value - boolean value
    • TBoolInst

      public TBoolInst(boolean value, String timemstamp)
      Value and timestamp constructor
      Parameters:
      value - boolean value
      timemstamp - timestamp
    • TBoolInst

      public TBoolInst(String str, boolean value, String timemstamp, jnr.ffi.Pointer inner)
      Mixed constructor
      Parameters:
      str - original String
      value - boolean value
      timemstamp - timestamp value
      inner - Pointer
  • Method Details