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