Klasse TypeLibUtil.TypeLibDoc

java.lang.Object
com.sun.jna.platform.win32.COM.TypeLibUtil.TypeLibDoc
Umschließende Klasse:
TypeLibUtil

public static class TypeLibUtil.TypeLibDoc extends Object
The Class TypeLibDoc.
Autor:
wolf.tobias@gmx.net The Class TypeLibDoc.
  • Konstruktordetails

    • TypeLibDoc

      public TypeLibDoc(String name, String docString, int helpContext, String helpFile)
      Instantiates a new type lib doc.
      Parameter:
      name - the name
      docString - the doc string
      helpContext - the help context
      helpFile - the help file
  • Methodendetails

    • getName

      public String getName()
      Gets the name.
      Gibt zurück:
      the name
    • getDocString

      public String getDocString()
      Gets the doc string.
      Gibt zurück:
      the doc string
    • getHelpContext

      public int getHelpContext()
      Gets the help context.
      Gibt zurück:
      the help context
    • getHelpFile

      public String getHelpFile()
      Gets the help file.
      Gibt zurück:
      the help file