Interface INamedElement<T>

    • Method Detail

      • getName

        String getName()
        Returns:
        The name of the element.
      • getElement

        T getElement()
        Returns:
        The element itself.