public enum EnumCV_EctopicBeatMorphology extends java.lang.Enum<EnumCV_EctopicBeatMorphology>
| Enum Constant and Description |
|---|
MULTIFOCAL_PVCS_D3_31744 |
UNIFOCAL_PVCS_D3_31742 |
VENTRICULAR_BIGEMINY_F_33750 |
VENTRICULAR_TACHYCARDIA_D3_31700 |
VENTRICULAR_TACHYCARDIA_POLYMORPHIC_D3_31704 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_EctopicBeatMorphology |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_EctopicBeatMorphology[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_EctopicBeatMorphology VENTRICULAR_TACHYCARDIA_D3_31700
public static final EnumCV_EctopicBeatMorphology VENTRICULAR_BIGEMINY_F_33750
public static final EnumCV_EctopicBeatMorphology MULTIFOCAL_PVCS_D3_31744
public static final EnumCV_EctopicBeatMorphology UNIFOCAL_PVCS_D3_31742
public static final EnumCV_EctopicBeatMorphology VENTRICULAR_TACHYCARDIA_POLYMORPHIC_D3_31704
public static EnumCV_EctopicBeatMorphology[] values()
for (EnumCV_EctopicBeatMorphology c : EnumCV_EctopicBeatMorphology.values()) System.out.println(c);
public static EnumCV_EctopicBeatMorphology 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()