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