Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
ChartFormat.Type |
ChartFormat.type() |
static ChartFormat.Type |
ChartFormat.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChartFormat.Type[] |
ChartFormat.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ChartFormat |
ChartFormat.type(ChartFormat.Type newType)
The new chart type, defaulting to
Area . |
Copyright © 2019. All rights reserved.