Class BslDocumentationProvider.ShortFullDoc

  • Enclosing class:
    BslDocumentationProvider

    public static class BslDocumentationProvider.ShortFullDoc
    extends Object
    Class contains documentation for the element in bsl language
    • Constructor Detail

      • ShortFullDoc

        public ShortFullDoc​(String shortDoc,
                            String fullDoc)
        Constructor
        Parameters:
        shortDoc - short documentation, can be null
        fullDoc - full documentationm can be null
    • Method Detail

      • getShortDoc

        public String getShortDoc()
        Gets short documentation
        Returns:
        short documentation, can be null
      • getFullDoc

        public String getFullDoc()
        Gets full documentation
        Returns:
        full documentation, can be null