Interface HierarchyItem

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String toString()
      toString() must be overwritten in order to return the label of the item
    • Method Detail

      • toString

        java.lang.String toString()
        toString() must be overwritten in order to return the label of the item
        Overrides:
        toString in class java.lang.Object