public enum EnumCV_IVUSLesionMorphologies extends java.lang.Enum<EnumCV_IVUSLesionMorphologies>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_IVUSLesionMorphologies |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_IVUSLesionMorphologies[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_IVUSLesionMorphologies SOFT_PLAQUE_122356
public static final EnumCV_IVUSLesionMorphologies IN_STENT_NEOINTIMA_122357
public static final EnumCV_IVUSLesionMorphologies ARTERIAL_TRUE_ANEURYSM_D3_80027
public static final EnumCV_IVUSLesionMorphologies PSEUDO_ANEURYSM_M_32390
public static final EnumCV_IVUSLesionMorphologies FALSE_LUMEN_122361
public static final EnumCV_IVUSLesionMorphologies CONCENTRIC_R_4047B
public static final EnumCV_IVUSLesionMorphologies ECCENTRIC_R_40416
public static final EnumCV_IVUSLesionMorphologies PLAQUE_ULCERATION_M_52103
public static final EnumCV_IVUSLesionMorphologies PLAQUE_RUPTURE_122363
public static final EnumCV_IVUSLesionMorphologies VULNERABLE_PLAQUE_122389
public static final EnumCV_IVUSLesionMorphologies ERODED_PLAQUE_122390
public static EnumCV_IVUSLesionMorphologies[] values()
for (EnumCV_IVUSLesionMorphologies c : EnumCV_IVUSLesionMorphologies.values()) System.out.println(c);
public static EnumCV_IVUSLesionMorphologies 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()