Class PropertyJavadoc

java.lang.Object
org.apache.cxf.xjc.javadoc.PropertyJavadoc

public class PropertyJavadoc extends Object
  • Field Details

    • codeModel

      private com.sun.codemodel.JCodeModel codeModel
    • options

      private com.sun.tools.xjc.Options options
    • classOutline

      private com.sun.tools.xjc.outline.ClassOutline classOutline
    • fieldOutline

      private com.sun.tools.xjc.outline.FieldOutline fieldOutline
  • Constructor Details

    • PropertyJavadoc

      public PropertyJavadoc(com.sun.codemodel.JCodeModel codeModel, com.sun.tools.xjc.Options options, com.sun.tools.xjc.outline.ClassOutline classOutline, com.sun.tools.xjc.outline.FieldOutline fieldOutline)
  • Method Details

    • addJavadocs

      public void addJavadocs()
    • getDocumentedComponent

      private com.sun.xml.xsom.XSComponent getDocumentedComponent(com.sun.tools.xjc.model.CPropertyInfo propertyInfo)
    • setJavadoc

      private void setJavadoc(String documentation)
    • setJavadocToField

      private void setJavadocToField(String documentation)
    • setJavadocToGetter

      private void setJavadocToGetter(String documentation)
    • setSeeTagToSetter

      private void setSeeTagToSetter()
    • getGetterMethod

      private String getGetterMethod()