public enum EnumCV_ElectrophysiologyProcedurePhase extends java.lang.Enum<EnumCV_ElectrophysiologyProcedurePhase>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ElectrophysiologyProcedurePhase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ElectrophysiologyProcedurePhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ElectrophysiologyProcedurePhase ATRIAL_EFFECTIVE_REFRACTORY_PERIOD_EVALUATION_OF_G_729D
public static final EnumCV_ElectrophysiologyProcedurePhase CAROTID_SINUS_MASSAGE_PROCEDURE_PHASE_G_7304
public static final EnumCV_ElectrophysiologyProcedurePhase ELECTROPHYSIOLOGY_MAPPING_PHASE_G_7406
public static final EnumCV_ElectrophysiologyProcedurePhase ELECTROPHYSIOLOGY_PROCEDURE_BASELINE_PHASE_G_729A
public static final EnumCV_ElectrophysiologyProcedurePhase POST_ABLATION_PHASE_G_7408
public static final EnumCV_ElectrophysiologyProcedurePhase POST_DEFIBRILLATION_PROCEDURE_PHASE_G_7305
public static final EnumCV_ElectrophysiologyProcedurePhase RADIOFREQUENCY_ABLATION_PROCEDURE_PHASE_G_729F
public static final EnumCV_ElectrophysiologyProcedurePhase SINUSNODERECOVERYTIME_EVALUATIONOF_G_729C
public static final EnumCV_ElectrophysiologyProcedurePhase VENTRICULAR_EFFECTIVE_REFRACTORY_PERIOD_EVALUATION_OF_G_729E
public static EnumCV_ElectrophysiologyProcedurePhase[] values()
for (EnumCV_ElectrophysiologyProcedurePhase c : EnumCV_ElectrophysiologyProcedurePhase.values()) System.out.println(c);
public static EnumCV_ElectrophysiologyProcedurePhase 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()