Package com.sun.jna.platform.win32.COM
Class TypeInfoUtil.DllEntry
- java.lang.Object
-
- com.sun.jna.platform.win32.COM.TypeInfoUtil.DllEntry
-
- Enclosing class:
- TypeInfoUtil
public static class TypeInfoUtil.DllEntry extends Object
The Class DllEntry.- Author:
- wolf.tobias@gmx.net The Class DllEntry.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDllName()
Gets the dll name.String
getName()
Gets the name.int
getOrdinal()
Gets the ordinal.void
setDllName(String dllName)
Sets the dll name.void
setName(String name)
Sets the name.void
setOrdinal(int ordinal)
Sets the ordinal.
-
-
-
Method Detail
-
getDllName
public String getDllName()
Gets the dll name.- Returns:
- the dll name
-
setDllName
public void setDllName(String dllName)
Sets the dll name.- Parameters:
dllName
- the new dll name
-
getName
public String getName()
Gets the name.- Returns:
- the name
-
setName
public void setName(String name)
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
-
-