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