Class ClassDocType


  • public class ClassDocType
    extends java.lang.Object
    The documentation type for classes.
    Created on: Jun 12, 2008
    • Field Detail

      • className

        private java.lang.String className
      • commentText

        private java.lang.String commentText
      • any

        private java.util.List<java.lang.Object> any
    • Constructor Detail

      • ClassDocType

        public ClassDocType()
    • Method Detail

      • getMethodDocs

        public java.util.List<MethodDocType> getMethodDocs()
      • 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
      • getClassName

        public java.lang.String getClassName()
        Returns:
        the className
      • setClassName

        public void setClassName​(java.lang.String className)
        Parameters:
        className - the className to set