Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
ChartFormat.Output |
ChartFormat.output()
The output format.
|
static ChartFormat.Output |
ChartFormat.Output.valueOf(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
ChartFormat |
ChartFormat.output(ChartFormat.Output newOutput)
The new output format, defaulting to
ASCII . |
Copyright © 2018. All Rights Reserved.