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.Set this flag to true if no warning should be logged if this object was not used by a code generation run.Whether the schema comment (if available) should be included and prepended to the message.voidsetDeprecated(Boolean value) Whether the comment is a deprecation notice.voidsetExpression(String value) A regular expression matching all objects that should be commented.voidsetIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.voidsetIncludeSchemaComment(Boolean value) Whether the schema comment (if available) should be included and prepended to the message.voidsetMessage(String value) A comment that should be added to objects matched by this configuration.toString()withDeprecated(Boolean value) Whether the comment is a deprecation notice.withExpression(String value) A regular expression matching all objects that should be commented.withIgnoreUnused(Boolean value) Set this flag to true if no warning should be logged if this object was not used by a code generation run.withIncludeSchemaComment(Boolean value) Whether the schema comment (if available) should be included and prepended to the message.withMessage(String value) A comment that should be added to objects matched by this configuration.
-
Field Details
-
expression
-
message
-
deprecated
-
includeSchemaComment
-
ignoreUnused
-
-
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
Whether the comment is a deprecation notice.- 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
Whether the schema comment (if available) should be included and prepended to the message.- Parameters:
value- allowed object isBoolean
-
isIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run.- Returns:
- possible object is
Boolean
-
setIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run.- 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
Whether the comment is a deprecation notice. -
withIncludeSchemaComment
Whether the schema comment (if available) should be included and prepended to the message. -
withIgnoreUnused
Set this flag to true if no warning should be logged if this object was not used by a code generation run. -
appendTo
- Specified by:
appendToin interfaceXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-