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