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