com.sun.jersey.server.wadl.generators.resourcedoc.model
Class ParamDocType
java.lang.Object
com.sun.jersey.server.wadl.generators.resourcedoc.model.ParamDocType
public class ParamDocType
- extends java.lang.Object
The documentation type for method params.
Created on: Jun 12, 2008
- Version:
- $Id$
- Author:
- Martin Grotzke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
annotationDoc
protected java.util.List<AnnotationDocType> annotationDoc
ParamDocType
public ParamDocType()
getAnnotationDocs
public java.util.List<AnnotationDocType> getAnnotationDocs()
getAny
public java.util.List<java.lang.Object> getAny()
getCommentText
public java.lang.String getCommentText()
- Returns:
- the commentText
setCommentText
public void setCommentText(java.lang.String commentText)
- Parameters:
commentText
- the commentText to set
getParamName
public java.lang.String getParamName()
- Returns:
- the className
setParamName
public void setParamName(java.lang.String paramName)
- Parameters:
paramName
- the className to set
Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.