public static class TypeInfoUtil.TypeInfoDoc
extends java.lang.Object
Constructor and Description |
---|
TypeInfoDoc(java.lang.String name,
java.lang.String docString,
int helpContext,
java.lang.String helpFile)
Instantiates a new type info doc.
|
Modifier and Type | Method and 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 TypeInfoDoc(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()