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.ArrayFormatXMLFormat.arrayFormat()The representation of array types.static XMLFormat.ArrayFormatReturns 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 XMLFormatXMLFormat.arrayFormat(XMLFormat.ArrayFormat newArrayFormat) The representation of array types.