Module lettuce.core

Class BitFieldArgs.BitFieldType

java.lang.Object
io.lettuce.core.BitFieldArgs.BitFieldType
Enclosing class:
BitFieldArgs

public static class BitFieldArgs.BitFieldType
extends Object
Represents a bit field type with details about signed/unsigned and the number of bits.
  • Method Details

    • isSigned

      public boolean isSigned()
      Returns:
      true if the bitfield type is signed.
    • getBits

      public int getBits()
      Returns:
      number of bits.
    • toString

      public String toString()
      Overrides:
      toString in class Object