Class BslDocumentationProvider.ShortFullDoc

java.lang.Object
com._1c.g5.v8.dt.bsl.ui.BslDocumentationProvider.ShortFullDoc
Enclosing class:
BslDocumentationProvider

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

    • ShortFullDoc

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

    • 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