Package com.sun.jna.platform.win32.COM
Class TypeInfoUtil.TypeInfoDoc
java.lang.Object
com.sun.jna.platform.win32.COM.TypeInfoUtil.TypeInfoDoc
- Enclosing class:
- TypeInfoUtil
The Class TypeInfoDoc.
- Author:
- wolf.tobias@gmx.net The Class TypeInfoDoc.
-
Constructor Summary
ConstructorsConstructorDescriptionTypeInfoDoc
(String name, String docString, int helpContext, String helpFile) Instantiates a new type info doc. -
Method Summary
Modifier and TypeMethodDescriptionGets the doc string.int
Gets the help context.Gets the help file.getName()
Gets the name.
-
Constructor Details
-
TypeInfoDoc
Instantiates a new type info 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
-