java.lang.Object
org.jooq.meta.jaxb.CommentType
- Alle implementierten Schnittstellen:
Serializable,XMLAppendable
The documentation configuration.
This feature is available in the commercial distribution only.
- Siehe auch:
-
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungfinal 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) Whether the comment is a deprecation notice.voidsetExpression(String value) A regular expression matching all objects that should be commented.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.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.
-
Felddetails
-
expression
-
message
-
deprecated
-
includeSchemaComment
-
-
Konstruktordetails
-
CommentType
public CommentType()
-
-
Methodendetails
-
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.- Gibt zurück:
- possible object is
Boolean
-
setDeprecated
Whether the comment is a deprecation notice.- Parameter:
value- allowed object isBoolean
-
isIncludeSchemaComment
Whether the schema comment (if available) should be included and prepended to the message.- Gibt zurück:
- possible object is
Boolean
-
setIncludeSchemaComment
Whether the schema comment (if available) should be included and prepended to the message.- Parameter:
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. -
appendTo
- Angegeben von:
appendToin SchnittstelleXMLAppendable
-
toString
-
equals
-
hashCode
public int hashCode()
-