Package com.sun.jna.platform.win32.COM
Class TypeLibUtil.TypeLibDoc
java.lang.Object
com.sun.jna.platform.win32.COM.TypeLibUtil.TypeLibDoc
- Enclosing class:
- TypeLibUtil
The Class TypeLibDoc.
- Author:
- wolf.tobias@gmx.net The Class TypeLibDoc.
-
Constructor Summary
ConstructorsConstructorDescriptionTypeLibDoc(String name, String docString, int helpContext, String helpFile) Instantiates a new type lib doc. -
Method Summary
Modifier and TypeMethodDescriptionGets the doc string.intGets the help context.Gets the help file.getName()Gets the name.
-
Constructor Details
-
TypeLibDoc
Instantiates a new type lib doc.- Parameters:
name- the namedocString- the doc stringhelpContext- the help contexthelpFile- the help file
-
-
Method Details
-
getName
Gets the name.- Returns:
- the name
-
getDocString
Gets the doc string.- Returns:
- the doc string
-
getHelpContext
public int getHelpContext()Gets the help context.- Returns:
- the help context
-
getHelpFile
Gets the help file.- Returns:
- the help file
-