public enum MODULE_TYPE extends Enum<MODULE_TYPE>
PepperModule:
IMPORTER - for
PepperExporterMANIPULATOR - for
PepperManipulatorEXPORTER - for
PepperExporter| Enum Constant and Description |
|---|
EXPORTER |
IMPORTER |
MANIPULATOR |
| Modifier and Type | Method and Description |
|---|---|
static MODULE_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MODULE_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MODULE_TYPE IMPORTER
public static final MODULE_TYPE MANIPULATOR
public static final MODULE_TYPE EXPORTER
public static MODULE_TYPE[] values()
for (MODULE_TYPE c : MODULE_TYPE.values()) System.out.println(c);
public static MODULE_TYPE 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 nullCopyright © 2009–2019 Humboldt-Universität zu Berlin, INRIA. All rights reserved.