public enum MultiselectConfigurationFormat extends Enum<MultiselectConfigurationFormat>
| Enum Constant and Description |
|---|
CSV
CSV format.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigParser |
createParser()
Create a new parser using the factory.
|
ConfigSerialization |
createWriter()
Create a new serializer using the factory.
|
static MultiselectConfigurationFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultiselectConfigurationFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiselectConfigurationFormat CSV
public static MultiselectConfigurationFormat[] values()
for (MultiselectConfigurationFormat c : MultiselectConfigurationFormat.values()) System.out.println(c);
public static MultiselectConfigurationFormat valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic ConfigParser createParser()
public ConfigSerialization createWriter()
Copyright © 2016–2022. All rights reserved.