Uses of Enum Class
org.jooq.XMLFormat.ValueFormat
Packages that use XMLFormat.ValueFormat
-
Uses of XMLFormat.ValueFormat in org.jooq
Subclasses with type arguments of type XMLFormat.ValueFormat in org.jooqModifier and TypeClassDescriptionstatic enumThe format of values, in case aConverteris present.Methods in org.jooq that return XMLFormat.ValueFormatModifier and TypeMethodDescriptionfinal @NotNull XMLFormat.ValueFormatXMLFormat.valueFormat()The value format to be applied, defaulting toXMLFormat.ValueFormat.TO_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 toXMLFormat.ValueFormat.TO_TYPE.