Class 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)
    • Constructor Detail

      • ParamDocType

        public ParamDocType()
      • ParamDocType

        public ParamDocType​(String paramName,
                            String commentText)
    • Method Detail

      • 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