Klasse CommentType

java.lang.Object
org.jooq.meta.jaxb.CommentType
Alle implementierten Schnittstellen:
Serializable, XMLAppendable

public class CommentType extends Object implements Serializable, XMLAppendable
The documentation configuration.

This feature is available in the commercial distribution only.

Siehe auch:
  • Felddetails

    • expression

      protected String expression
    • message

      protected String message
    • deprecated

      protected Boolean deprecated
    • includeSchemaComment

      protected Boolean includeSchemaComment
  • Konstruktordetails

    • CommentType

      public CommentType()
  • Methodendetails

    • getExpression

      public String getExpression()
      A regular expression matching all objects that should be commented.
    • setExpression

      public void setExpression(String value)
      A regular expression matching all objects that should be commented.
    • getMessage

      public String getMessage()
      A comment that should be added to objects matched by this configuration.
    • setMessage

      public void setMessage(String value)
      A comment that should be added to objects matched by this configuration.
    • isDeprecated

      public Boolean isDeprecated()
      Whether the comment is a deprecation notice.
      Gibt zurück:
      possible object is Boolean
    • setDeprecated

      public void setDeprecated(Boolean value)
      Whether the comment is a deprecation notice.
      Parameter:
      value - allowed object is Boolean
    • isIncludeSchemaComment

      public Boolean isIncludeSchemaComment()
      Whether the schema comment (if available) should be included and prepended to the message.
      Gibt zurück:
      possible object is Boolean
    • setIncludeSchemaComment

      public void setIncludeSchemaComment(Boolean value)
      Whether the schema comment (if available) should be included and prepended to the message.
      Parameter:
      value - allowed object is Boolean
    • withExpression

      public CommentType withExpression(String value)
      A regular expression matching all objects that should be commented.
    • withMessage

      public CommentType withMessage(String value)
      A comment that should be added to objects matched by this configuration.
    • withDeprecated

      public CommentType withDeprecated(Boolean value)
      Whether the comment is a deprecation notice.
    • withIncludeSchemaComment

      public CommentType withIncludeSchemaComment(Boolean value)
      Whether the schema comment (if available) should be included and prepended to the message.
    • appendTo

      public final void appendTo(XMLBuilder builder)
      Angegeben von:
      appendTo in Schnittstelle XMLAppendable
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object
    • equals

      public boolean equals(Object that)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object