com.croftsoft.apps.infant
Enum InfantMessage.Type

java.lang.Object
  extended by java.lang.Enum<InfantMessage.Type>
      extended by 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>


Enum Constant Summary
DURATION
           
DURATION_CHANGED
           
EXPERIMENT_BEGIN
           
EXPERIMENT_END
           
GET_SAVE_REPORT_FILENAME
           
IMAGE
           
ISI
           
ISI_CHANGED
           
LOAD_SETUP
           
PACIFIER
           
REQUEST_SAVE_FILENAME
           
SAVE_DATA
           
SET_CONTROLLER_INDEX
           
SET_SCALE_REQUEST
           
STIMULUS_WINDOW_CLOSE
           
STIMULUS_WINDOW_CLOSING
           
STIMULUS_WINDOW_OPEN
           
 
Method Summary
static InfantMessage.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InfantMessage.Type[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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 Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)