Interface HasLabel

    • Method Detail

      • setLabel

        void setLabel​(String label)
        Sets the label associated with this object.
        Parameters:
        label - Label to set. Can be null, which means no label.
      • getLabel

        String getLabel()
        Returns the label associated with this object.
        Returns:
        Current label. Can be null, meaning no label.