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 Summary
Constructors -
Method Summary
Modifier 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
-
DllEntry
-
-
Method Details
-
getDllName
-
setDllName
-
getName
-
setName
-
getOrdinal
public int getOrdinal()Gets the ordinal.- Returns:
- the ordinal
-
setOrdinal
public void setOrdinal(int ordinal) Sets the ordinal.- Parameters:
ordinal- the new ordinal
-