public enum EnumCM_ECGControlVariablesNumeric extends java.lang.Enum<EnumCM_ECGControlVariablesNumeric>
| Enum Constant and Description |
|---|
INTERPOLATOR_SNR |
LOW_PASS_FILTER_CUTOFF_FREQ |
NOTCH_FILTER_BANDWIDTH |
NOTCH_FILTER_FREQUENCY |
PAD_VALUE |
SAMPLE_RATE |
SAMPLE_SKEW |
SENSITIVITY |
TIME_OFFSET |
TIME_SKEW |
ZERO_OFFSET |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ECGControlVariablesNumeric |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ECGControlVariablesNumeric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ECGControlVariablesNumeric SAMPLE_RATE
public static final EnumCM_ECGControlVariablesNumeric SENSITIVITY
public static final EnumCM_ECGControlVariablesNumeric ZERO_OFFSET
public static final EnumCM_ECGControlVariablesNumeric PAD_VALUE
public static final EnumCM_ECGControlVariablesNumeric TIME_SKEW
public static final EnumCM_ECGControlVariablesNumeric SAMPLE_SKEW
public static final EnumCM_ECGControlVariablesNumeric TIME_OFFSET
public static final EnumCM_ECGControlVariablesNumeric LOW_PASS_FILTER_CUTOFF_FREQ
public static final EnumCM_ECGControlVariablesNumeric NOTCH_FILTER_FREQUENCY
public static final EnumCM_ECGControlVariablesNumeric NOTCH_FILTER_BANDWIDTH
public static final EnumCM_ECGControlVariablesNumeric INTERPOLATOR_SNR
public static EnumCM_ECGControlVariablesNumeric[] values()
for (EnumCM_ECGControlVariablesNumeric c : EnumCM_ECGControlVariablesNumeric.values()) System.out.println(c);
public static EnumCM_ECGControlVariablesNumeric 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()