Uses of Enum Class
org.jooq.XMLFormat.ArrayFormat
Packages that use XMLFormat.ArrayFormat
-
Uses of XMLFormat.ArrayFormat in org.jooq
Methods in org.jooq that return XMLFormat.ArrayFormatModifier and TypeMethodDescriptionfinal XMLFormat.ArrayFormat
XMLFormat.arrayFormat()
The representation of array types.static XMLFormat.ArrayFormat
Returns the enum constant of this class with the specified name.static XMLFormat.ArrayFormat[]
XMLFormat.ArrayFormat.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq with parameters of type XMLFormat.ArrayFormatModifier and TypeMethodDescriptionfinal @NotNull XMLFormat
XMLFormat.arrayFormat
(XMLFormat.ArrayFormat newArrayFormat) The representation of array types.