Uses of Enum Class
org.jooq.ChartFormat.Output
-
Uses of ChartFormat.Output in org.jooq
Modifier and TypeMethodDescription@NotNull ChartFormat.Output
ChartFormat.output()
The output format.static ChartFormat.Output
Returns the enum constant of this class with the specified name.static ChartFormat.Output[]
ChartFormat.Output.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@NotNull ChartFormat
ChartFormat.output
(ChartFormat.Output newOutput) The new output format, defaulting toASCII
.