public enum EnumCV_InterventionParameters extends java.lang.Enum<EnumCV_InterventionParameters>
| Enum Constant and Description |
|---|
ABLATION_FREQUENCY_R_10044 |
ABLATION_POWER_R_10043 |
ANGIOPLASTY_INFLATION_DURATION_R_002CF |
ANGIOPLASTY_INFLATION_PRESSURE_R_002D0 |
DELIVERED_RADIATION_DOSE_R_002F2 |
ROTATIONAL_ATHERECTOMY_SPEED_R_0036C |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_InterventionParameters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_InterventionParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_InterventionParameters ANGIOPLASTY_INFLATION_PRESSURE_R_002D0
public static final EnumCV_InterventionParameters ANGIOPLASTY_INFLATION_DURATION_R_002CF
public static final EnumCV_InterventionParameters ROTATIONAL_ATHERECTOMY_SPEED_R_0036C
public static final EnumCV_InterventionParameters DELIVERED_RADIATION_DOSE_R_002F2
public static final EnumCV_InterventionParameters ABLATION_POWER_R_10043
public static final EnumCV_InterventionParameters ABLATION_FREQUENCY_R_10044
public static EnumCV_InterventionParameters[] values()
for (EnumCV_InterventionParameters c : EnumCV_InterventionParameters.values()) System.out.println(c);
public static EnumCV_InterventionParameters 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()