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 SummaryConstructorsConstructorDescriptionContainingTypeLib(ITypeLib typeLib, int index) Instantiates a new containing type lib.
- 
Method SummaryModifier and TypeMethodDescriptionintgetIndex()Gets the index.Gets the type lib.voidsetIndex(int index) Sets the index.voidsetTypeLib(ITypeLib typeLib) Sets the type lib.
- 
Constructor Details- 
ContainingTypeLibInstantiates a new containing type lib.- Parameters:
- typeLib- the type lib
- index- the index
 
 
- 
- 
Method Details- 
getTypeLibGets the type lib.- Returns:
- the type lib
 
- 
setTypeLibSets the type lib.- Parameters:
- typeLib- the new type lib
 
- 
getIndexpublic int getIndex()Gets the index.- Returns:
- the index
 
- 
setIndexpublic void setIndex(int index) Sets the index.- Parameters:
- index- the new index
 
 
-