public class ParamDocType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<AnnotationDocType> |
annotationDoc |
Constructor and Description |
---|
ParamDocType() |
ParamDocType(java.lang.String paramName,
java.lang.String commentText) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AnnotationDocType> |
getAnnotationDocs() |
java.util.List<java.lang.Object> |
getAny() |
java.lang.String |
getCommentText() |
java.lang.String |
getParamName() |
void |
setCommentText(java.lang.String commentText) |
void |
setParamName(java.lang.String paramName) |
protected java.util.List<AnnotationDocType> annotationDoc
public ParamDocType()
public ParamDocType(java.lang.String paramName, java.lang.String commentText)
public java.util.List<AnnotationDocType> getAnnotationDocs()
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 getParamName()
public void setParamName(java.lang.String paramName)
paramName
- the className to setCopyright © 2016 Oracle Corporation. All Rights Reserved.