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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the dll name.getName()
Gets the name.int
Gets the ordinal.void
setDllName
(String dllName) Sets the dll name.void
Sets the name.void
setOrdinal
(int ordinal) Sets the ordinal.
-
Constructor Details
-
DllEntry
Instantiates a new dll entry.- Parameters:
dllName
- the dll namename
- the nameordinal
- the ordinal
-
-
Method Details
-
getDllName
Gets the dll name.- Returns:
- the dll name
-
setDllName
Sets the dll name.- Parameters:
dllName
- the new dll name
-
getName
Gets the name.- Returns:
- the name
-
setName
Sets the name.- Parameters:
name
- the new name
-
getOrdinal
public int getOrdinal()Gets the ordinal.- Returns:
- the ordinal
-
setOrdinal
public void setOrdinal(int ordinal) Sets the ordinal.- Parameters:
ordinal
- the new ordinal
-