Uses of Enum Class
org.jooq.XMLFormat.RecordFormat
-
Uses of XMLFormat.RecordFormat in org.jooq
Modifier and TypeMethodDescriptionfinal @NotNull XMLFormat.RecordFormat
XMLFormat.recordFormat()
The record format to be applied, defaulting toVALUE_ELEMENTS_WITH_FIELD_ATTRIBUTE
.static XMLFormat.RecordFormat
Returns the enum constant of this class with the specified name.static XMLFormat.RecordFormat[]
XMLFormat.RecordFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionfinal @NotNull XMLFormat
XMLFormat.recordFormat
(XMLFormat.RecordFormat newRecordFormat) The record format to be applied, defaulting toVALUE_ELEMENTS_WITH_FIELD_ATTRIBUTE
.