public class DocForFunc extends Object implements DocFuncData
| Constructor and Description |
|---|
DocForFunc() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCtor(String ctorDoc,
LinkedHashMap<String,String> args,
List<List<String>> examples) |
String |
getClassJavadoc()
Javadoc for the class, or null if there is none.
|
String |
getClassName() |
ArrayList<DocCtorData> |
getCtors()
The list of constructors for this documented type.
|
String |
getInType()
The input type for the apply method in the documented function class.
|
String |
getOutType()
The output type for the apply method in the documented function class.
|
String |
getPackageName() |
void |
setClassJavadoc(String classJavadoc) |
void |
setClassName(String className) |
void |
setInType(String inType) |
void |
setOutType(String outType) |
void |
setPackageName(String packageName) |
String |
toString() |
public void setPackageName(String packageName)
public String getPackageName()
getPackageName in interface DocFuncDatapublic void setClassName(String className)
public String getClassName()
getClassName in interface DocFuncDataClass.getSimpleName() of the class elementpublic void setClassJavadoc(String classJavadoc)
public String getClassJavadoc()
DocFuncDatagetClassJavadoc in interface DocFuncDatapublic void setInType(String inType)
public String getInType()
DocFuncDatagetInType in interface DocFuncDatapublic void setOutType(String outType)
public String getOutType()
DocFuncDatagetOutType in interface DocFuncDatapublic void addCtor(String ctorDoc, LinkedHashMap<String,String> args, List<List<String>> examples)
public ArrayList<DocCtorData> getCtors()
DocFuncDatagetCtors in interface DocFuncDataCopyright © 2018. All rights reserved.