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 Object
The documentation type for params: method params, path params on a class etc.
Created on: Jun 12, 2008
- Version:
- $Id: ParamDocType.java 4088 2010-08-24 11:15:13Z pavel_bucek $
- Author:
- Martin Grotzke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
annotationDoc
protected List<AnnotationDocType> annotationDoc
ParamDocType
public ParamDocType()
ParamDocType
public ParamDocType(String paramName,
String commentText)
getAnnotationDocs
public List<AnnotationDocType> getAnnotationDocs()
getAny
public List<Object> getAny()
getCommentText
public String getCommentText()
- Returns:
- the commentText
setCommentText
public void setCommentText(String commentText)
- Parameters:
commentText
- the commentText to set
getParamName
public String getParamName()
- Returns:
- the className
setParamName
public void setParamName(String paramName)
- Parameters:
paramName
- the className to set
Copyright © 2013 Oracle Corporation. All Rights Reserved.