| Package | Description |
|---|---|
| org.apache.flink.api.java.utils |
| Modifier and Type | Method and Description |
|---|---|
OptionType |
Option.getType() |
static OptionType |
OptionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionType[] |
OptionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Option |
Option.type(OptionType type)
Define the type of the Option.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.