Interface GeneratedTBigint

All Superinterfaces:
GeneratedTemporal, GeneratedTNumber

public interface GeneratedTBigint extends GeneratedTNumber
Generated OO surface for
invalid reference
TBigint
.

Derived from the MEOS object model (objectModel.classes.TBigint) by ObjectLayerGenerator. Each method carries the canonical camelCase name from the object model and delegates to the matching GeneratedFunctions wrapper, supplying the receiver through getInner() and wrapping the result back into the object layer. A class adopts the surface by implementing this interface; the hand class provides the contract methods getInner, getCustomType and getTemporalType.

  • Method Details

    • endValue

      default long endValue()
    • fromBaseTemp

      default Temporal fromBaseTemp(long i, Temporal temp)
    • fromMFJSON

      default Temporal fromMFJSON(String str)
    • in

      default Temporal in(String str)
    • maxValue

      default long maxValue()
    • minValue

      default long minValue()
    • out

      default String out()
    • scaleValue

      default Temporal scaleValue(long width)
    • shiftScaleValue

      default Temporal shiftScaleValue(long shift, long width)
    • shiftValue

      default Temporal shiftValue(long shift)
    • startValue

      default long startValue()
    • toTfloat

      default Temporal toTfloat()
    • toTh3index

      default Temporal toTh3index()
    • toTint

      default Temporal toTint()
    • toTquadbin

      default Temporal toTquadbin()
    • valueAtTimestamptz

      default Long valueAtTimestamptz(OffsetDateTime t, boolean strict)
    • valueN

      default Long valueN(long n)