public enum EnumCV_CatheterizationDevices extends java.lang.Enum<EnumCV_CatheterizationDevices>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_CatheterizationDevices |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CatheterizationDevices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CatheterizationDevices INTRA_AORTIC_BALLOON_PUMP_IABP_A_28051
public static final EnumCV_CatheterizationDevices FLUID_FILLED_CATHETER_R_00306
public static final EnumCV_CatheterizationDevices FIBEROPTIC_CATHETER_R_00304
public static final EnumCV_CatheterizationDevices HALL_CATHETER_R_0030A
public static final EnumCV_CatheterizationDevices THERMISTOR_CATHETER_R_00379
public static final EnumCV_CatheterizationDevices TIP_MANOMETER_R_00383
public static final EnumCV_CatheterizationDevices SWANN_GANZ_CATHETER_A_26860
public static final EnumCV_CatheterizationDevices SHEATH_F_9B75C
public static final EnumCV_CatheterizationDevices TRANSSEPTAL_CATHETER_R_10041
public static final EnumCV_CatheterizationDevices BIOPTOME_122052
public static EnumCV_CatheterizationDevices[] values()
for (EnumCV_CatheterizationDevices c : EnumCV_CatheterizationDevices.values()) System.out.println(c);
public static EnumCV_CatheterizationDevices 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()