com.croftsoft.apps.infant
Enum InfantMessage.Type
java.lang.Object
java.lang.Enum<InfantMessage.Type>
com.croftsoft.apps.infant.InfantMessage.Type
- All Implemented Interfaces:
- Serializable, Comparable<InfantMessage.Type>
- Enclosing class:
- InfantMessage
public static enum InfantMessage.Type
- extends Enum<InfantMessage.Type>
DURATION_CHANGED
public static final InfantMessage.Type DURATION_CHANGED
DURATION
public static final InfantMessage.Type DURATION
EXPERIMENT_BEGIN
public static final InfantMessage.Type EXPERIMENT_BEGIN
EXPERIMENT_END
public static final InfantMessage.Type EXPERIMENT_END
GET_SAVE_REPORT_FILENAME
public static final InfantMessage.Type GET_SAVE_REPORT_FILENAME
IMAGE
public static final InfantMessage.Type IMAGE
ISI
public static final InfantMessage.Type ISI
ISI_CHANGED
public static final InfantMessage.Type ISI_CHANGED
LOAD_SETUP
public static final InfantMessage.Type LOAD_SETUP
PACIFIER
public static final InfantMessage.Type PACIFIER
REQUEST_SAVE_FILENAME
public static final InfantMessage.Type REQUEST_SAVE_FILENAME
SAVE_DATA
public static final InfantMessage.Type SAVE_DATA
SET_CONTROLLER_INDEX
public static final InfantMessage.Type SET_CONTROLLER_INDEX
SET_SCALE_REQUEST
public static final InfantMessage.Type SET_SCALE_REQUEST
STIMULUS_WINDOW_CLOSE
public static final InfantMessage.Type STIMULUS_WINDOW_CLOSE
STIMULUS_WINDOW_CLOSING
public static final InfantMessage.Type STIMULUS_WINDOW_CLOSING
STIMULUS_WINDOW_OPEN
public static final InfantMessage.Type STIMULUS_WINDOW_OPEN
values
public static InfantMessage.Type[] 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 (InfantMessage.Type c : InfantMessage.Type.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static InfantMessage.Type valueOf(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:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
CroftSoft Apps Javadoc (2008-09-28 21:15:07)