Interface InternalRegistryElement

    • Method Detail

      • getLabel

        java.lang.String getLabel()
        Returns the label.
        Returns:
        the label
      • getDescription

        java.lang.String getDescription()
        Return the description.
        Returns:
        the description
      • setLabel

        void setLabel​(java.lang.String label)
        Sets the label.
        Parameters:
        label - the Label to set
      • setDescription

        void setDescription​(java.lang.String description)
        Sets the description.
        Parameters:
        description - the Description to set