Class AbstractColumnType

    • Constructor Detail

      • AbstractColumnType

        protected AbstractColumnType​(int byteSize,
                                     String name,
                                     String printerFriendlyName)
    • Method Detail

      • name

        public String name()
        Returns the name of this ColumnType
        Specified by:
        name in interface ColumnType
      • byteSize

        public int byteSize()
        Returns the size in bytes of a single element held in columns of this type
        Specified by:
        byteSize in interface ColumnType
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object