public enum EnumCV_PatientEyeMovementCommand extends java.lang.Enum<EnumCV_PatientEyeMovementCommand>
| Enum Constant and Description |
|---|
CONVERGENT_GAZE_R_10227 |
DOWNGAZE_R_404B6 |
LEFT_DOWNGAZE_R_404B7 |
LEFT_GAZE_R_404BC |
LEFT_UPGAZE_R_404B9 |
PRIMARY_GAZE_R_1022D |
RIGHT_DOWNGAZE_R_404B8 |
RIGHT_GAZE_R_404BD |
RIGHT_UPGAZE_R_404BA |
UPWARD_GAZE_R_404BF |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PatientEyeMovementCommand |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PatientEyeMovementCommand[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PatientEyeMovementCommand PRIMARY_GAZE_R_1022D
public static final EnumCV_PatientEyeMovementCommand UPWARD_GAZE_R_404BF
public static final EnumCV_PatientEyeMovementCommand LEFT_UPGAZE_R_404B9
public static final EnumCV_PatientEyeMovementCommand LEFT_GAZE_R_404BC
public static final EnumCV_PatientEyeMovementCommand LEFT_DOWNGAZE_R_404B7
public static final EnumCV_PatientEyeMovementCommand DOWNGAZE_R_404B6
public static final EnumCV_PatientEyeMovementCommand RIGHT_DOWNGAZE_R_404B8
public static final EnumCV_PatientEyeMovementCommand RIGHT_GAZE_R_404BD
public static final EnumCV_PatientEyeMovementCommand RIGHT_UPGAZE_R_404BA
public static final EnumCV_PatientEyeMovementCommand CONVERGENT_GAZE_R_10227
public static EnumCV_PatientEyeMovementCommand[] values()
for (EnumCV_PatientEyeMovementCommand c : EnumCV_PatientEyeMovementCommand.values()) System.out.println(c);
public static EnumCV_PatientEyeMovementCommand 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 nullpublic java.lang.String getValue()