public enum EnumCM_AngiographicInterventionalDevices extends java.lang.Enum<EnumCM_AngiographicInterventionalDevices>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_AngiographicInterventionalDevices |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_AngiographicInterventionalDevices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_AngiographicInterventionalDevices STENT
public static final EnumCM_AngiographicInterventionalDevices CATHETER
public static final EnumCM_AngiographicInterventionalDevices LASER
public static final EnumCM_AngiographicInterventionalDevices GLUE
public static final EnumCM_AngiographicInterventionalDevices ATHERECTOMY_DEVICE
public static final EnumCM_AngiographicInterventionalDevices EMBOLIZATION_BALL
public static final EnumCM_AngiographicInterventionalDevices PERCUTANEOUS_TRANSLUMINAL_ANGIOPLASTY_BALLOON
public static final EnumCM_AngiographicInterventionalDevices EMBOLIZATION_COIL
public static final EnumCM_AngiographicInterventionalDevices GIANTURCO_COIL
public static final EnumCM_AngiographicInterventionalDevices DETACHABLE_BALLOON
public static final EnumCM_AngiographicInterventionalDevices FIXED_OBJECT
public static final EnumCM_AngiographicInterventionalDevices GRID
public static final EnumCM_AngiographicInterventionalDevices GUIDING_CATHETER
public static final EnumCM_AngiographicInterventionalDevices EMBOLIZATION_PARTICULATE
public static final EnumCM_AngiographicInterventionalDevices ROTATIONAL_ATHERECTOMY_DEVICE
public static final EnumCM_AngiographicInterventionalDevices MEASURING_RULER
public static final EnumCM_AngiographicInterventionalDevices SPHERE
public static EnumCM_AngiographicInterventionalDevices[] values()
for (EnumCM_AngiographicInterventionalDevices c : EnumCM_AngiographicInterventionalDevices.values()) System.out.println(c);
public static EnumCM_AngiographicInterventionalDevices 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()