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