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