Interface WSILElementWithText

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getLang()
      Get the language attribute for the abstract.
      java.lang.String getText()
      Get the abstract text string.
      void setLang​(java.lang.String lang)
      Set the language attribute for the abstract.
      void setText​(java.lang.String text)
      Set the documentation text string.
    • Method Detail

      • getLang

        java.lang.String getLang()
        Get the language attribute for the abstract.
        Returns:
        Returns the language type for this abstract.
      • getText

        java.lang.String getText()
        Get the abstract text string.
        Returns:
        Returns the abstract as a text string.
      • setLang

        void setLang​(java.lang.String lang)
        Set the language attribute for the abstract.
        Parameters:
        the - language type for this abstract.
      • setText

        void setText​(java.lang.String text)
        Set the documentation text string.
        Parameters:
        text - the documentation text string