Package com.sun.jna.platform.win32.COM
Klasse TypeLibUtil.TypeLibDoc
java.lang.Object
com.sun.jna.platform.win32.COM.TypeLibUtil.TypeLibDoc
- Umschließende Klasse:
TypeLibUtil
The Class TypeLibDoc.
- Autor:
- wolf.tobias@gmx.net The Class TypeLibDoc.
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungTypeLibDoc(String name, String docString, int helpContext, String helpFile) Instantiates a new type lib doc. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the doc string.intGets the help context.Gets the help file.getName()Gets the name.
-
Konstruktordetails
-
TypeLibDoc
Instantiates a new type lib 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
-