Package com.sun.jna.platform.win32.COM
Class TypeInfoUtil.ContainingTypeLib
java.lang.Object
com.sun.jna.platform.win32.COM.TypeInfoUtil.ContainingTypeLib
- Enclosing class:
- TypeInfoUtil
The Class ContainingTypeLib.
- Author:
- wolf.tobias@gmx.net The Class ContainingTypeLib.
-
Constructor Summary
ConstructorsConstructorDescriptionContainingTypeLib
(ITypeLib typeLib, int index) Instantiates a new containing type lib. -
Method Summary
Modifier and TypeMethodDescriptionint
getIndex()
Gets the index.Gets the type lib.void
setIndex
(int index) Sets the index.void
setTypeLib
(ITypeLib typeLib) Sets the type lib.
-
Constructor Details
-
ContainingTypeLib
Instantiates a new containing type lib.- Parameters:
typeLib
- the type libindex
- the index
-
-
Method Details
-
getTypeLib
Gets the type lib.- Returns:
- the type lib
-
setTypeLib
Sets the type lib.- Parameters:
typeLib
- the new type lib
-
getIndex
public int getIndex()Gets the index.- Returns:
- the index
-
setIndex
public void setIndex(int index) Sets the index.- Parameters:
index
- the new index
-