Class ExtensionSelectorType


  • @Beta
    public class ExtensionSelectorType
    extends Object
    Type of selector extensions.
    • Constructor Detail

      • ExtensionSelectorType

        public ExtensionSelectorType​(int type)
        Creates an extension type with the given int type code.
        Parameters:
        type - type code
    • Method Detail

      • toInt

        public int toInt()
        Returns the integer value associated with this type.
        Returns:
        an integer value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object