public enum EnumCV_ECGWaveformInformation extends java.lang.Enum<EnumCV_ECGWaveformInformation>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ECGWaveformInformation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ECGWaveformInformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ECGWaveformInformation CURRENT_PROCEDURE_DESCRIPTIONS_121064
public static final EnumCV_ECGWaveformInformation SOURCE_OF_MEASUREMENT_121112
public static final EnumCV_ECGWaveformInformation LEAD_SYSTEM_0_11345
public static final EnumCV_ECGWaveformInformation ELECTRODE_PLACEMENT_5_4_5_33_1
public static final EnumCV_ECGWaveformInformation XYZ_ELECTRODE_CONFIGURATION_5_4_5_33_2
public static final EnumCV_ECGWaveformInformation ACQUISITION_DEVICE_TYPE_122142
public static final EnumCV_ECGWaveformInformation EQUIPMENT_IDENTIFIER_121122
public static final EnumCV_ECGWaveformInformation ROOM_IDENTIFICATION_121121
public static final EnumCV_ECGWaveformInformation PROCEDURE_DATETIME_122146
public static EnumCV_ECGWaveformInformation[] values()
for (EnumCV_ECGWaveformInformation c : EnumCV_ECGWaveformInformation.values()) System.out.println(c);
public static EnumCV_ECGWaveformInformation 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()