Uses of Enum Class
org.jooq.meta.jaxb.GeneratedTextBlocks
Packages that use GeneratedTextBlocks
-
Uses of GeneratedTextBlocks in org.jooq.meta.jaxb
Fields in org.jooq.meta.jaxb declared as GeneratedTextBlocksMethods in org.jooq.meta.jaxb that return GeneratedTextBlocksModifier and TypeMethodDescriptionstatic GeneratedTextBlocksGenerate.getTextBlocks()Whether to generate String in text block format.static GeneratedTextBlocksReturns the enum constant of this class with the specified name.static GeneratedTextBlocks[]GeneratedTextBlocks.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.meta.jaxb with parameters of type GeneratedTextBlocksModifier and TypeMethodDescriptionvoidGenerate.setTextBlocks(GeneratedTextBlocks value) Whether to generate String in text block format.Generate.withTextBlocks(GeneratedTextBlocks value) Whether to generate String in text block format.