| Package | Description |
|---|---|
| de.westemeyer.plugins.multiselect | |
| de.westemeyer.plugins.multiselect.parser |
| Modifier and Type | Method and Description |
|---|---|
MultiselectConfigurationFormat |
MultiselectParameterDefinition.getFormat()
Get content/parser format.
|
static MultiselectConfigurationFormat |
MultiselectConfigurationFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiselectConfigurationFormat[] |
MultiselectConfigurationFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MultiselectParameterDefinition.setFormat(MultiselectConfigurationFormat format)
Set content/parser format.
|
| Constructor and Description |
|---|
MultiselectParameterDefinition(String name,
String description,
MultiselectDecisionTree decisionTree,
MultiselectConfigurationFormat format)
Create new parameter definition object.
|
| Constructor and Description |
|---|
MultiselectParameterParser(MultiselectConfigurationFormat format)
Create a new parameter parser instance for a specific format.
|
Copyright © 2016–2020. All rights reserved.