public enum EnumCM_ElectrophysiologyAnnotations extends java.lang.Enum<EnumCM_ElectrophysiologyAnnotations>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ElectrophysiologyAnnotations |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ElectrophysiologyAnnotations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ElectrophysiologyAnnotations ABLATION_OFF
public static final EnumCM_ElectrophysiologyAnnotations ABLATION_ON
public static final EnumCM_ElectrophysiologyAnnotations HIS_BUNDLE_WAVE
public static final EnumCM_ElectrophysiologyAnnotations P_WAVE
public static final EnumCM_ElectrophysiologyAnnotations Q_WAVE
public static final EnumCM_ElectrophysiologyAnnotations R_WAVE
public static final EnumCM_ElectrophysiologyAnnotations S_WAVE
public static final EnumCM_ElectrophysiologyAnnotations START_OF_ATRIAL_CONTRACTION
public static final EnumCM_ElectrophysiologyAnnotations START_OF_ATRIAL_CONTRACTION_SUBSEQUENT
public static final EnumCM_ElectrophysiologyAnnotations STIMULATION_AT_RATE_1_INTERVAL
public static final EnumCM_ElectrophysiologyAnnotations STIMULATION_AT_RATE_2_INTERVAL
public static final EnumCM_ElectrophysiologyAnnotations STIMULATION_AT_RATE_3_INTERVAL
public static final EnumCM_ElectrophysiologyAnnotations STIMULATION_AT_RATE_4_INTERVAL
public static final EnumCM_ElectrophysiologyAnnotations T_WAVE
public static final EnumCM_ElectrophysiologyAnnotations V_WAVE
public static final EnumCM_ElectrophysiologyAnnotations V_WAVE_OF_NEXT_BEAT
public static EnumCM_ElectrophysiologyAnnotations[] values()
for (EnumCM_ElectrophysiologyAnnotations c : EnumCM_ElectrophysiologyAnnotations.values()) System.out.println(c);
public static EnumCM_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()