public enum EnumCV_ElectrophysiologyAnnotations extends java.lang.Enum<EnumCV_ElectrophysiologyAnnotations>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ElectrophysiologyAnnotations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ElectrophysiologyAnnotations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ElectrophysiologyAnnotations ABLATION_OFF_109038
public static final EnumCV_ElectrophysiologyAnnotations ABLATION_ON_109039
public static final EnumCV_ElectrophysiologyAnnotations HIS_BUNDLE_WAVE_109040
public static final EnumCV_ElectrophysiologyAnnotations P_WAVE_109041
public static final EnumCV_ElectrophysiologyAnnotations Q_WAVE_109042
public static final EnumCV_ElectrophysiologyAnnotations R_WAVE_109043
public static final EnumCV_ElectrophysiologyAnnotations S_WAVE_109044
public static final EnumCV_ElectrophysiologyAnnotations START_OF_ATRIAL_CONTRACTION_109045
public static final EnumCV_ElectrophysiologyAnnotations START_OF_ATRIAL_CONTRACTION_SUBSEQUENT_109046
public static final EnumCV_ElectrophysiologyAnnotations STIMULATION_AT_RATE_1_INTERVAL_109047
public static final EnumCV_ElectrophysiologyAnnotations STIMULATION_AT_RATE_2_INTERVAL_109048
public static final EnumCV_ElectrophysiologyAnnotations STIMULATION_AT_RATE_3_INTERVAL_109049
public static final EnumCV_ElectrophysiologyAnnotations STIMULATION_AT_RATE_4_INTERVAL_109050
public static final EnumCV_ElectrophysiologyAnnotations T_WAVE_109051
public static final EnumCV_ElectrophysiologyAnnotations V_WAVE_109052
public static final EnumCV_ElectrophysiologyAnnotations V_WAVE_OF_NEXT_BEAT_109053
public static EnumCV_ElectrophysiologyAnnotations[] values()
for (EnumCV_ElectrophysiologyAnnotations c : EnumCV_ElectrophysiologyAnnotations.values()) System.out.println(c);
public static EnumCV_ElectrophysiologyAnnotations 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()