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