public static enum ALDOpParameterUpdateEvent.EventType extends Enum<ALDOpParameterUpdateEvent.EventType>
| Enum Constant and Description |
|---|
CHANGED
Some values were changed.
|
LOADED
A complete configuration was (re-)loaded from file.
|
| Modifier and Type | Method and Description |
|---|---|
static ALDOpParameterUpdateEvent.EventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ALDOpParameterUpdateEvent.EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ALDOpParameterUpdateEvent.EventType CHANGED
public static final ALDOpParameterUpdateEvent.EventType LOADED
public static ALDOpParameterUpdateEvent.EventType[] values()
for (ALDOpParameterUpdateEvent.EventType c : ALDOpParameterUpdateEvent.EventType.values()) System.out.println(c);
public static ALDOpParameterUpdateEvent.EventType 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 © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.