public enum EnumCV_ECGControlVariablesNumeric extends java.lang.Enum<EnumCV_ECGControlVariablesNumeric>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ECGControlVariablesNumeric |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ECGControlVariablesNumeric[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ECGControlVariablesNumeric SAMPLE_RATE_10_11393
public static final EnumCV_ECGControlVariablesNumeric SENSITIVITY_10_11394
public static final EnumCV_ECGControlVariablesNumeric ZERO_OFFSET_10_11395
public static final EnumCV_ECGControlVariablesNumeric PAD_VALUE_10_11397
public static final EnumCV_ECGControlVariablesNumeric TIME_SKEW_10_11398
public static final EnumCV_ECGControlVariablesNumeric SAMPLE_SKEW_10_11399
public static final EnumCV_ECGControlVariablesNumeric TIME_OFFSET_10_11400
public static final EnumCV_ECGControlVariablesNumeric LOW_PASS_FILTER_CUTOFF_FREQ_10_11403
public static final EnumCV_ECGControlVariablesNumeric NOTCH_FILTER_FREQUENCY_10_11408
public static final EnumCV_ECGControlVariablesNumeric NOTCH_FILTER_BANDWIDTH_10_11409
public static final EnumCV_ECGControlVariablesNumeric INTERPOLATOR_SNR_10_11418
public static EnumCV_ECGControlVariablesNumeric[] values()
for (EnumCV_ECGControlVariablesNumeric c : EnumCV_ECGControlVariablesNumeric.values()) System.out.println(c);
public static EnumCV_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()