Class ParamDocType
java.lang.Object
org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model.ParamDocType
The documentation type for params: method params, path params on a class etc.
Created on: Jun 12, 2008
Created on: Jun 12, 2008
- Author:
- Martin Grotzke (martin.grotzke at freiheit.com)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAny()
void
setCommentText
(String commentText) void
setParamName
(String paramName)
-
Field Details
-
annotationDoc
-
-
Constructor Details
-
ParamDocType
public ParamDocType() -
ParamDocType
-
-
Method Details
-
getAnnotationDocs
-
getAny
-
getCommentText
- Returns:
- the commentText
-
setCommentText
- Parameters:
commentText
- the commentText to set
-
getParamName
- Returns:
- the className
-
setParamName
- Parameters:
paramName
- the className to set
-