Package io.netty.util

Interface Constant<T extends Constant<T>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int id()
      Returns the unique number assigned to this Constant.
      java.lang.String name()
      Returns the name of this Constant.
      • Methods inherited from interface java.lang.Comparable

        compareTo
    • Method Detail

      • id

        int id()
        Returns the unique number assigned to this Constant.
      • name

        java.lang.String name()
        Returns the name of this Constant.