Package hydra.core

Class IntegerValue

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.core.IntegerValue type.
      • BIGINT

        public static final Name BIGINT
        Name of the hydra.core.IntegerValue.bigint field.
      • INT8

        public static final Name INT8
        Name of the hydra.core.IntegerValue.int8 field.
      • INT16

        public static final Name INT16
        Name of the hydra.core.IntegerValue.int16 field.
      • INT32

        public static final Name INT32
        Name of the hydra.core.IntegerValue.int32 field.
      • INT64

        public static final Name INT64
        Name of the hydra.core.IntegerValue.int64 field.
      • UINT8

        public static final Name UINT8
        Name of the hydra.core.IntegerValue.uint8 field.
      • UINT16

        public static final Name UINT16
        Name of the hydra.core.IntegerValue.uint16 field.
      • UINT32

        public static final Name UINT32
        Name of the hydra.core.IntegerValue.uint32 field.
      • UINT64

        public static final Name UINT64
        Name of the hydra.core.IntegerValue.uint64 field.
    • Method Detail