public class ExampleDocData extends Object implements DocFuncData
| Constructor and Description |
|---|
ExampleDocData() |
| Modifier and Type | Method and Description |
|---|---|
Category[] |
getCategories() |
String |
getClassJavadoc()
Javadoc for the class, or null if there is none.
|
String |
getClassName() |
List<DocCtorData> |
getCtors()
The list of constructors for this documented type.
|
List<DocForFuncCtor> |
getCtorsAlternate() |
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() |
public String getPackageName()
getPackageName in interface DocFuncDatapublic Category[] getCategories()
getCategories in interface DocFuncDatapublic String getClassName()
getClassName in interface DocFuncDataClass.getSimpleName() of the class elementpublic String getClassJavadoc()
DocFuncDatagetClassJavadoc in interface DocFuncDatapublic String getInType()
DocFuncDatagetInType in interface DocFuncDatapublic String getOutType()
DocFuncDatagetOutType in interface DocFuncDatapublic List<DocCtorData> getCtors()
DocFuncDatagetCtors in interface DocFuncDatapublic List<DocForFuncCtor> getCtorsAlternate()
Copyright © 2018. All rights reserved.