public static class TypeLibUtil.TypeLibDoc
extends java.lang.Object
Constructor | Description |
---|---|
TypeLibDoc(java.lang.String name,
java.lang.String docString,
int helpContext,
java.lang.String helpFile) |
Instantiates a new type lib doc.
|
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getDocString() |
Gets the doc string.
|
int |
getHelpContext() |
Gets the help context.
|
java.lang.String |
getHelpFile() |
Gets the help file.
|
java.lang.String |
getName() |
Gets the name.
|
public TypeLibDoc(java.lang.String name, java.lang.String docString, int helpContext, java.lang.String helpFile)
name
- the namedocString
- the doc stringhelpContext
- the help contexthelpFile
- the help filepublic java.lang.String getName()
public java.lang.String getDocString()
public int getHelpContext()
public java.lang.String getHelpFile()