public enum EnumCM_ElectrophysiologyProcedurePhase extends java.lang.Enum<EnumCM_ElectrophysiologyProcedurePhase>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ElectrophysiologyProcedurePhase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ElectrophysiologyProcedurePhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ElectrophysiologyProcedurePhase ATRIAL_EFFECTIVE_REFRACTORY_PERIOD_EVALUATION_OF
public static final EnumCM_ElectrophysiologyProcedurePhase CAROTID_SINUS_MASSAGE_PROCEDURE_PHASE
public static final EnumCM_ElectrophysiologyProcedurePhase ELECTROPHYSIOLOGY_MAPPING_PHASE
public static final EnumCM_ElectrophysiologyProcedurePhase ELECTROPHYSIOLOGY_PROCEDURE_BASELINE_PHASE
public static final EnumCM_ElectrophysiologyProcedurePhase POST_ABLATION_PHASE
public static final EnumCM_ElectrophysiologyProcedurePhase POST_DEFIBRILLATION_PROCEDURE_PHASE
public static final EnumCM_ElectrophysiologyProcedurePhase RADIOFREQUENCY_ABLATION_PROCEDURE_PHASE
public static final EnumCM_ElectrophysiologyProcedurePhase SINUSNODERECOVERYTIME_EVALUATIONOF
public static final EnumCM_ElectrophysiologyProcedurePhase VENTRICULAR_EFFECTIVE_REFRACTORY_PERIOD_EVALUATION_OF
public static EnumCM_ElectrophysiologyProcedurePhase[] values()
for (EnumCM_ElectrophysiologyProcedurePhase c : EnumCM_ElectrophysiologyProcedurePhase.values()) System.out.println(c);
public static EnumCM_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()