Uses of Class
org.jooq.ChartFormat.Output
-
Packages that use ChartFormat.Output Package Description org.jooq This 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.OutputChartFormat. output()The output format.static ChartFormat.OutputChartFormat.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 ChartFormatChartFormat. output(ChartFormat.Output newOutput)The new output format, defaulting toASCII.
-