public static class TypeInfoUtil.ContainingTypeLib
extends java.lang.Object
Constructor and Description |
---|
ContainingTypeLib(ITypeLib typeLib,
int index)
Instantiates a new containing type lib.
|
Modifier and Type | Method and Description |
---|---|
int |
getIndex()
Gets the index.
|
ITypeLib |
getTypeLib()
Gets the type lib.
|
void |
setIndex(int index)
Sets the index.
|
void |
setTypeLib(ITypeLib typeLib)
Sets the type lib.
|
public ContainingTypeLib(ITypeLib typeLib, int index)
typeLib
- the type libindex
- the indexpublic ITypeLib getTypeLib()
public void setTypeLib(ITypeLib typeLib)
typeLib
- the new type libpublic int getIndex()
public void setIndex(int index)
index
- the new index