java.lang.Object
org.jooq.meta.jaxb.CommentType
- All Implemented Interfaces:
Serializable,XMLAppendable
The documentation configuration.
This feature is available in the commercial distribution only.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidappendTo(XMLBuilder builder) booleanA regular expression matching all objects that should be commented.A comment that should be added to objects matched by this configuration.inthashCode()Whether the comment is a deprecation notice.Whether the schema comment (if available) should be included and prepended to the message.voidsetDeprecated(Boolean value) Sets the value of the deprecated property.voidsetExpression(String value) A regular expression matching all objects that should be commented.voidsetIncludeSchemaComment(Boolean value) Sets the value of the includeSchemaComment property.voidsetMessage(String value) A comment that should be added to objects matched by this configuration.toString()withDeprecated(Boolean value) withExpression(String value) A regular expression matching all objects that should be commented.withIncludeSchemaComment(Boolean value) withMessage(String value) A comment that should be added to objects matched by this configuration.
-
Field Details
-
expression
-
message
-
deprecated
-
includeSchemaComment
-
-
Constructor Details
-
CommentType
public CommentType()
-
-
Method Details
-
getExpression
A regular expression matching all objects that should be commented. -
setExpression
A regular expression matching all objects that should be commented. -
getMessage
A comment that should be added to objects matched by this configuration. -
setMessage
A comment that should be added to objects matched by this configuration. -
isDeprecated
Whether the comment is a deprecation notice.- Returns:
- possible object is
Boolean
-
setDeprecated
Sets the value of the deprecated property.- Parameters:
value- allowed object isBoolean
-
isIncludeSchemaComment
Whether the schema comment (if available) should be included and prepended to the message.- Returns:
- possible object is
Boolean
-
setIncludeSchemaComment
Sets the value of the includeSchemaComment property.- Parameters:
value- allowed object isBoolean
-
withExpression
A regular expression matching all objects that should be commented. -
withMessage
A comment that should be added to objects matched by this configuration. -
withDeprecated
-
withIncludeSchemaComment
-
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-