public enum EnumCM_ECGMorphologyDescriptions extends java.lang.Enum<EnumCM_ECGMorphologyDescriptions>
| Enum Constant and Description |
|---|
NEGATIVE |
NEGATIVE_POSITIVE |
NEGATIVE_POSITIVE_NEGATIVE |
NOTCHED_M_SHAPED |
NOTCHED_W_SHAPED |
POSITIVE |
POSITIVE_NEGATIVE |
POSITIVE_NEGATIVE_POSITIVE |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ECGMorphologyDescriptions |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ECGMorphologyDescriptions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ECGMorphologyDescriptions UNKNOWN
public static final EnumCM_ECGMorphologyDescriptions POSITIVE
public static final EnumCM_ECGMorphologyDescriptions NEGATIVE
public static final EnumCM_ECGMorphologyDescriptions POSITIVE_NEGATIVE
public static final EnumCM_ECGMorphologyDescriptions NEGATIVE_POSITIVE
public static final EnumCM_ECGMorphologyDescriptions POSITIVE_NEGATIVE_POSITIVE
public static final EnumCM_ECGMorphologyDescriptions NEGATIVE_POSITIVE_NEGATIVE
public static final EnumCM_ECGMorphologyDescriptions NOTCHED_M_SHAPED
public static final EnumCM_ECGMorphologyDescriptions NOTCHED_W_SHAPED
public static EnumCM_ECGMorphologyDescriptions[] values()
for (EnumCM_ECGMorphologyDescriptions c : EnumCM_ECGMorphologyDescriptions.values()) System.out.println(c);
public static EnumCM_ECGMorphologyDescriptions 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()