public static enum ProcessCallbackI.Action extends Enum<ProcessCallbackI.Action>
Modifier and Type | Method and Description |
---|---|
static ProcessCallbackI.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProcessCallbackI.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProcessCallbackI.Action FINISHED
public static final ProcessCallbackI.Action CANCELLED
public static final ProcessCallbackI.Action KILLED
public static ProcessCallbackI.Action[] values()
for (ProcessCallbackI.Action c : ProcessCallbackI.Action.values()) System.out.println(c);
public static ProcessCallbackI.Action 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 null
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.