Uses of Enum Class
org.jooq.XMLFormat.ValueFormat
Packages that use XMLFormat.ValueFormat
-
Uses of XMLFormat.ValueFormat in org.jooq
Methods in org.jooq that return XMLFormat.ValueFormatModifier and TypeMethodDescriptionfinal @NotNull XMLFormat.ValueFormatXMLFormat.valueFormat()The value format to be applied, defaulting toTO_TYPE.static XMLFormat.ValueFormatReturns the enum constant of this class with the specified name.static XMLFormat.ValueFormat[]XMLFormat.ValueFormat.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.ValueFormatModifier and TypeMethodDescriptionfinal @NotNull XMLFormatXMLFormat.valueFormat(XMLFormat.ValueFormat newValueFormat) The value format to be applied, defaulting toTO_TYPE.