JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Enum Class
org.frankframework.util.flow.graphviz.Format
Packages that use
Format
Package
Description
org.frankframework.util.flow.graphviz
Uses of
Format
in
org.frankframework.util.flow.graphviz
Methods in
org.frankframework.util.flow.graphviz
that return
Format
Modifier and Type
Method
Description
static
Format
Format.
valueOf
(
String
name)
Returns the enum constant of this class with the specified name.
static
Format
[]
Format.
values
()
Returns an array containing the constants of this enum class, in the order they are declared.
Methods in
org.frankframework.util.flow.graphviz
with parameters of type
Format
Modifier and Type
Method
Description
Options
Options.
format
(
Format
format)