Package com.sun.jna.platform.win32.COM
Class TypeInfoUtil.DllEntry
java.lang.Object
com.sun.jna.platform.win32.COM.TypeInfoUtil.DllEntry
- Enclosing class:
- TypeInfoUtil
The Class DllEntry.
- Author:
- wolf.tobias@gmx.net The Class DllEntry.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGets the dll name.getName()Gets the name.intGets the ordinal.voidsetDllName(String dllName) Sets the dll name.voidSets the name.voidsetOrdinal(int ordinal) Sets the ordinal.
- 
Constructor Details- 
DllEntryInstantiates a new dll entry.- Parameters:
- dllName- the dll name
- name- the name
- ordinal- the ordinal
 
 
- 
- 
Method Details- 
getDllNameGets the dll name.- Returns:
- the dll name
 
- 
setDllNameSets the dll name.- Parameters:
- dllName- the new dll name
 
- 
getNameGets the name.- Returns:
- the name
 
- 
setNameSets the name.- Parameters:
- name- the new name
 
- 
getOrdinalpublic int getOrdinal()Gets the ordinal.- Returns:
- the ordinal
 
- 
setOrdinalpublic void setOrdinal(int ordinal) Sets the ordinal.- Parameters:
- ordinal- the new ordinal
 
 
-