Class TlbEnum
java.lang.Object
com.sun.jna.platform.win32.COM.tlb.imp.TlbBase
com.sun.jna.platform.win32.COM.tlb.imp.TlbEnum
The Class TlbEnum.
- Author:
- Tobias Wolf, wolf.tobias@gmx.net
- 
Field SummaryFields inherited from class com.sun.jna.platform.win32.COM.tlb.imp.TlbBasebindingMode, classBuffer, content, CR, CRCR, filename, IDISPATCH_METHODS, index, IUNKNOWN_METHODS, name, TAB, TABTAB, templateBuffer, typeInfoUtil, typeLibUtil
- 
Constructor SummaryConstructorsConstructorDescriptionTlbEnum(int index, String packagename, TypeLibUtil typeLibUtil) Instantiates a new tlb enum.
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidcreateJavaDocHeader(String guid, String helpstring) Creates the java doc header.protected StringGets the class template.Methods inherited from class com.sun.jna.platform.win32.COM.tlb.imp.TlbBasecreateClassName, createContent, createPackageName, getClassBuffer, getFilename, getName, isDispIdMode, isReservedMethod, isVTableMode, log, logError, logInfo, readTemplateFile, replaceVariable, setFilename, setName
- 
Constructor Details- 
TlbEnumInstantiates a new tlb enum.- Parameters:
- index- the index
- typeLibUtil- the type lib util
 
 
- 
- 
Method Details- 
createJavaDocHeaderCreates the java doc header.- Parameters:
- guid- the guid
- helpstring- the helpstring
 
- 
getClassTemplateDescription copied from class:TlbBaseGets the class template.- Specified by:
- getClassTemplatein class- TlbBase
- Returns:
- the class template
 
 
-