public enum EnumCV_ECGAnnotations extends java.lang.Enum<EnumCV_ECGAnnotations>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ECGAnnotations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ECGAnnotations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ECGAnnotations FIDUCIAL_POINT_5_7_1_3
public static final EnumCV_ECGAnnotations J_POINT_D_4_1_J
public static final EnumCV_ECGAnnotations J_POINT_20_MSEC_D_4_1_ST20
public static final EnumCV_ECGAnnotations J_POINT_60_MSEC_D_4_1_ST60
public static final EnumCV_ECGAnnotations J_POINT_80_MSEC_D_4_1_ST80
public static final EnumCV_ECGAnnotations P_WAVE_END_5_10_3_2
public static final EnumCV_ECGAnnotations P_WAVE_ONSET_5_10_3_1
public static final EnumCV_ECGAnnotations P_WAVE_PEAK_D_4_1_P
public static final EnumCV_ECGAnnotations PACEMAKER_SPIKE_SUPPRESSED_5_10_1_2
public static final EnumCV_ECGAnnotations PR_SEGMENT_ISOELECTRIC_POINT_D_4_1_PR
public static final EnumCV_ECGAnnotations Q_WAVE_D_4_1_Q
public static final EnumCV_ECGAnnotations QRS_END_5_10_3_4
public static final EnumCV_ECGAnnotations QRS_ONSET_5_10_3_3
public static final EnumCV_ECGAnnotations R_WAVE_PEAK_D_4_1_R
public static final EnumCV_ECGAnnotations R_PEAK_D_4_1_R2
public static final EnumCV_ECGAnnotations S_WAVE1_D_4_1_S
public static final EnumCV_ECGAnnotations S_WAVE2_D_4_1_S2
public static final EnumCV_ECGAnnotations T_WAVE_END_5_10_3_5
public static final EnumCV_ECGAnnotations T_WAVE_ONSET_D_4_1_STE
public static final EnumCV_ECGAnnotations T_WAVE_PEAK_D_4_1_T
public static final EnumCV_ECGAnnotations U_WAVE_PEAK_D_4_1_U
public static EnumCV_ECGAnnotations[] values()
for (EnumCV_ECGAnnotations c : EnumCV_ECGAnnotations.values()) System.out.println(c);
public static EnumCV_ECGAnnotations 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()