public class ClassDocType extends Object
Constructor and Description |
---|
ClassDocType() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getAny() |
String |
getClassName() |
String |
getCommentText() |
List<MethodDocType> |
getMethodDocs() |
void |
setClassName(String className) |
void |
setCommentText(String commentText) |
public List<MethodDocType> getMethodDocs()
public String getCommentText()
public void setCommentText(String commentText)
commentText
- the commentText to setpublic String getClassName()
public void setClassName(String className)
className
- the className to setCopyright © 2013 Oracle Corporation. All rights reserved.