Package com.sun.jna.platform.win32.COM
Klasse TypeInfoUtil.TypeInfoDoc
java.lang.Object
com.sun.jna.platform.win32.COM.TypeInfoUtil.TypeInfoDoc
- Umschließende Klasse:
TypeInfoUtil
The Class TypeInfoDoc.
- Autor:
- wolf.tobias@gmx.net The Class TypeInfoDoc.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTypeInfoDoc
(String name, String docString, int helpContext, String helpFile) Instantiates a new type info doc. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the doc string.int
Gets the help context.Gets the help file.getName()
Gets the name.
-
Konstruktordetails
-
TypeInfoDoc
Instantiates a new type info doc.- Parameter:
name
- the namedocString
- the doc stringhelpContext
- the help contexthelpFile
- the help file
-
-
Methodendetails
-
getName
Gets the name.- Gibt zurück:
- the name
-
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
Gets the help file.- Gibt zurück:
- the help file
-