Package com.sun.jna.platform.win32.COM
Class TypeLibUtil.TypeLibDoc
- java.lang.Object
-
- com.sun.jna.platform.win32.COM.TypeLibUtil.TypeLibDoc
-
- Enclosing class:
- TypeLibUtil
public static class TypeLibUtil.TypeLibDoc extends java.lang.Object
The Class TypeLibDoc.- Author:
- wolf.tobias@gmx.net The Class TypeLibDoc.
-
-
Constructor Summary
Constructors Constructor Description TypeLibDoc(java.lang.String name, java.lang.String docString, int helpContext, java.lang.String helpFile)
Instantiates a new type lib doc.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDocString()
Gets the doc string.int
getHelpContext()
Gets the help context.java.lang.String
getHelpFile()
Gets the help file.java.lang.String
getName()
Gets the name.
-
-
-
Method Detail
-
getName
public java.lang.String getName()
Gets the name.- Returns:
- the name
-
getDocString
public java.lang.String getDocString()
Gets the doc string.- Returns:
- the doc string
-
getHelpContext
public int getHelpContext()
Gets the help context.- Returns:
- the help context
-
getHelpFile
public java.lang.String getHelpFile()
Gets the help file.- Returns:
- the help file
-
-