Uses of Enum Class
org.jooq.XMLFormat.BinaryFormat
Packages that use XMLFormat.BinaryFormat
-
Uses of XMLFormat.BinaryFormat in org.jooq
Subclasses with type arguments of type XMLFormat.BinaryFormat in org.jooqModifier and TypeClassDescriptionstatic enumThe format of binary values in XML documents.Methods in org.jooq that return XMLFormat.BinaryFormatModifier and TypeMethodDescriptionfinal XMLFormat.BinaryFormatXMLFormat.binaryFormat()TheXMLFormat.BinaryFormatto use when formatting binary data.static XMLFormat.BinaryFormatReturns the enum constant of this class with the specified name.static XMLFormat.BinaryFormat[]XMLFormat.BinaryFormat.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.BinaryFormatModifier and TypeMethodDescriptionfinal @NotNull XMLFormatXMLFormat.binaryFormat(XMLFormat.BinaryFormat newBinaryFormat) TheXMLFormat.BinaryFormatto use when formatting binary data.