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 SummaryConstructorsConstructorDescriptionTypeInfoDoc(String name, String docString, int helpContext, String helpFile) Instantiates a new type info doc.
- 
Method SummaryModifier and TypeMethodDescriptionGets the doc string.intGets the help context.Gets the help file.getName()Gets the name.
- 
Constructor Details- 
TypeInfoDocInstantiates a new type info doc.- Parameters:
- name- the name
- docString- the doc string
- helpContext- the help context
- helpFile- the help file
 
 
- 
- 
Method Details- 
getNameGets the name.- Returns:
- the name
 
- 
getDocStringGets the doc string.- Returns:
- the doc string
 
- 
getHelpContextpublic int getHelpContext()Gets the help context.- Returns:
- the help context
 
- 
getHelpFileGets the help file.- Returns:
- the help file
 
 
-