public class ParamDocType extends Object
Modifier and Type | Field and Description |
---|---|
protected List<AnnotationDocType> |
annotationDoc |
Constructor and Description |
---|
ParamDocType() |
ParamDocType(String paramName,
String commentText) |
Modifier and Type | Method and Description |
---|---|
List<AnnotationDocType> |
getAnnotationDocs() |
List<Object> |
getAny() |
String |
getCommentText() |
String |
getParamName() |
void |
setCommentText(String commentText) |
void |
setParamName(String paramName) |
protected List<AnnotationDocType> annotationDoc
public List<AnnotationDocType> getAnnotationDocs()
public String getCommentText()
public void setCommentText(String commentText)
commentText
- the commentText to setpublic String getParamName()
public void setParamName(String paramName)
paramName
- the className to setCopyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.