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