public enum EnumCV_ProcedureActionValues extends java.lang.Enum<EnumCV_ProcedureActionValues>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ProcedureActionValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ProcedureActionValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ProcedureActionValues ATHERECTOMY_P1_30350
public static final EnumCV_ProcedureActionValues ATHERECTOMY_BY_ROTARY_CUTTER_P1_30351
public static final EnumCV_ProcedureActionValues ATHERECTOMY_BY_LASER_P1_30352
public static final EnumCV_ProcedureActionValues SELECTIVE_EMBOLIZATION_OF_ARTERY_P1_30530
public static final EnumCV_ProcedureActionValues PERCUTANEOUS_TRANSLUMINAL_BALLOON_ANGIOPLASTY_P5_31500
public static final EnumCV_ProcedureActionValues TRANSCATHETER_THERAPY_FOR_EMBOLIZATION_P5_39010
public static final EnumCV_ProcedureActionValues PERCUTANEOUSRETRIEVALOFINTRAVASCULAR_FOREIGNBODY_P5_39050
public static final EnumCV_ProcedureActionValues STENT_PLACEMENT_P1_05550
public static final EnumCV_ProcedureActionValues TRANSCATHETER_DEPLOYMENT_OF_DETACHABLE_BALLOON_P5_39015
public static final EnumCV_ProcedureActionValues PERCUTANEOUSINSERTIONOFINTRAVASCULAR_FILTER_P5_39191
public static EnumCV_ProcedureActionValues[] values()
for (EnumCV_ProcedureActionValues c : EnumCV_ProcedureActionValues.values()) System.out.println(c);
public static EnumCV_ProcedureActionValues 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()