Enum ConfigurationPanel.Preset
- java.lang.Object
-
- java.lang.Enum<ConfigurationPanel.Preset>
-
- org.processmining.specpp.prom.mvc.config.ConfigurationPanel.Preset
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ConfigurationPanel.Preset>
- Enclosing class:
- ConfigurationPanel
public static enum ConfigurationPanel.Preset extends java.lang.Enum<ConfigurationPanel.Preset>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ProMConfiggetConfig()static ConfigurationPanel.PresetvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConfigurationPanel.Preset[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
Default
public static final ConfigurationPanel.Preset Default
-
Lightweight
public static final ConfigurationPanel.Preset Lightweight
-
ETC
public static final ConfigurationPanel.Preset ETC
-
TauDelta
public static final ConfigurationPanel.Preset TauDelta
-
Uniwired
public static final ConfigurationPanel.Preset Uniwired
-
Last
public static final ConfigurationPanel.Preset Last
-
Loaded
public static final ConfigurationPanel.Preset Loaded
-
-
Method Detail
-
values
public static ConfigurationPanel.Preset[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (ConfigurationPanel.Preset c : ConfigurationPanel.Preset.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConfigurationPanel.Preset valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getConfig
public ProMConfig getConfig()
-
-