public enum EnumCM_IntracoronaryDevices extends java.lang.Enum<EnumCM_IntracoronaryDevices>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_IntracoronaryDevices |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_IntracoronaryDevices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_IntracoronaryDevices PERCUTANEOUS_TRANSLUMINAL_ANGIOPLASTY_BALLOON
public static final EnumCM_IntracoronaryDevices CUTTING_BALLOON_ANGIOPLASTY_CBA_DEVICE
public static final EnumCM_IntracoronaryDevices STENT
public static final EnumCM_IntracoronaryDevices DIRECTIONAL_CORONARY_ATHERECTOMY_DCA_DEVICE
public static final EnumCM_IntracoronaryDevices ROTATIONAL_ATHERECTOMY_DEVICE
public static final EnumCM_IntracoronaryDevices SALINE_THROMBECTOMY
public static final EnumCM_IntracoronaryDevices TRANSLUMINAL_EXTRACTION_CATHETER_TEC
public static final EnumCM_IntracoronaryDevices LASER
public static final EnumCM_IntracoronaryDevices INTRAVASCULAR_ULTRASOUND_IVUS_DEVICE
public static final EnumCM_IntracoronaryDevices INTRACORONARY_DOPPLER_GUIDE_WIRE
public static final EnumCM_IntracoronaryDevices INTRACORONARY_PRESSURE_GUIDE_WIRE
public static final EnumCM_IntracoronaryDevices BRACHYTHERAPY_DEVICE
public static final EnumCM_IntracoronaryDevices RADIOFREQUENCY_ABLATION_DEVICE
public static final EnumCM_IntracoronaryDevices INTRAVASCULAR_OPTICAL_COHERENCE_TOMOGRAPHY_DEVICE
public static final EnumCM_IntracoronaryDevices GUIDE_WIRE
public static final EnumCM_IntracoronaryDevices GUIDING_CATHETER
public static EnumCM_IntracoronaryDevices[] values()
for (EnumCM_IntracoronaryDevices c : EnumCM_IntracoronaryDevices.values()) System.out.println(c);
public static EnumCM_IntracoronaryDevices 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()