Interface NamedAndTyped

    • Method Detail

      • getName

        java.lang.String getName()
        Gets the name.
        Returns:
        the name.
      • getType

        Type getType()
        Gets the type.
        Returns:
        the type.
      • setName

        void setName​(java.lang.String name)
        Sets the name.
        Parameters:
        name - the name.
      • setType

        void setType​(Type type)
        Sets the type.
        Parameters:
        type - the type.