public static enum JatosPublix.JatosRun extends java.lang.Enum<JatosPublix.JatosRun>
| Enum Constant and Description | 
|---|
RUN_COMPONENT_FINISHED  | 
RUN_COMPONENT_START  | 
RUN_STUDY  | 
| Modifier and Type | Method and Description | 
|---|---|
static JatosPublix.JatosRun | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static JatosPublix.JatosRun[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final JatosPublix.JatosRun RUN_STUDY
public static final JatosPublix.JatosRun RUN_COMPONENT_START
public static final JatosPublix.JatosRun RUN_COMPONENT_FINISHED
public static JatosPublix.JatosRun[] values()
for (JatosPublix.JatosRun c : JatosPublix.JatosRun.values()) System.out.println(c);
public static JatosPublix.JatosRun valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null