Uses of Class
org.jooq.ChartFormat.Output
-
Packages that use ChartFormat.Output Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of ChartFormat.Output in org.jooq
Methods in org.jooq that return ChartFormat.Output Modifier and Type Method Description ChartFormat.Output
ChartFormat. output()
The output format.static ChartFormat.Output
ChartFormat.Output. valueOf(String name)
Returns the enum constant of this type with the specified name.static ChartFormat.Output[]
ChartFormat.Output. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq with parameters of type ChartFormat.Output Modifier and Type Method Description ChartFormat
ChartFormat. output(ChartFormat.Output newOutput)
The new output format, defaulting toASCII
.
-