Package com.sun.jna.platform.win32.COM
Class TypeInfoUtil.ContainingTypeLib
- java.lang.Object
- 
- com.sun.jna.platform.win32.COM.TypeInfoUtil.ContainingTypeLib
 
- 
- Enclosing class:
- TypeInfoUtil
 
 public static class TypeInfoUtil.ContainingTypeLib extends java.lang.ObjectThe Class ContainingTypeLib.- Author:
- wolf.tobias@gmx.net The Class ContainingTypeLib.
 
- 
- 
Constructor SummaryConstructors Constructor Description ContainingTypeLib(ITypeLib typeLib, int index)Instantiates a new containing type lib.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIndex()Gets the index.ITypeLibgetTypeLib()Gets the type lib.voidsetIndex(int index)Sets the index.voidsetTypeLib(ITypeLib typeLib)Sets the type lib.
 
- 
- 
- 
Constructor Detail- 
ContainingTypeLibpublic ContainingTypeLib(ITypeLib typeLib, int index) Instantiates a new containing type lib.- Parameters:
- typeLib- the type lib
- index- the index
 
 
- 
 - 
Method Detail- 
getTypeLibpublic ITypeLib getTypeLib() Gets the type lib.- Returns:
- the type lib
 
 - 
setTypeLibpublic void setTypeLib(ITypeLib typeLib) Sets 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
 
 
- 
 
-