public interface DataFormatConfigOption
| Modifier and Type | Interface and Description |
|---|---|
static class |
DataFormatConfigOption.ConfigOptionType
The list of available configuration types.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Object> |
getDefaultValue()
Returns the default value is any
|
String |
getDescription()
Retursn the description of this option
|
String |
getName()
Returns the name of the configuration option
|
List<Object> |
getPossibleValues()
The list of possible values for this option.
|
DataFormatConfigOption.ConfigOptionType |
getType()
Returns the type of this option.
|
String getName()
DataFormatConfigOption.ConfigOptionType getType()
Optional<Object> getDefaultValue()
String getDescription()
Copyright © 2019 MuleSoft, Inc.. All rights reserved.