org.glassfish.jersey.server.wadl.internal.generators.resourcedoc.model
Class ParamDocType

java.lang.Object
  extended by org.glassfish.jersey.server.wadl.internal.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

Author:
Martin Grotzke (martin.grotzke at freiheit.com)

Field Summary
protected  List<AnnotationDocType> annotationDoc
           
 
Constructor Summary
ParamDocType()
           
ParamDocType(String paramName, String commentText)
           
 
Method Summary
 List<AnnotationDocType> getAnnotationDocs()
           
 List<Object> getAny()
           
 String getCommentText()
           
 String getParamName()
           
 void setCommentText(String commentText)
           
 void setParamName(String paramName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

annotationDoc

protected List<AnnotationDocType> annotationDoc
Constructor Detail

ParamDocType

public ParamDocType()

ParamDocType

public ParamDocType(String paramName,
                    String commentText)
Method Detail

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 © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.