public enum EnumCV_IVUSIndicesAndRatios extends java.lang.Enum<EnumCV_IVUSIndicesAndRatios>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_IVUSIndicesAndRatios |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_IVUSIndicesAndRatios[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_IVUSIndicesAndRatios LUMEN_ECCENTRICITY_INDEX_122343
public static final EnumCV_IVUSIndicesAndRatios PLAQUE_PLUS_MEDIA_ECCENTRICITY_INDEX_122344
public static final EnumCV_IVUSIndicesAndRatios REMODELING_INDEX_122345
public static final EnumCV_IVUSIndicesAndRatios STENT_SYMMETRY_INDEX_122346
public static final EnumCV_IVUSIndicesAndRatios STENT_EXPANSION_INDEX_122347
public static final EnumCV_IVUSIndicesAndRatios LUMEN_SHAPE_INDEX_122348
public static final EnumCV_IVUSIndicesAndRatios LUMEN_DIAMETER_RATIO_122350
public static final EnumCV_IVUSIndicesAndRatios STENT_DIAMETER_RATIO_122351
public static final EnumCV_IVUSIndicesAndRatios EEM_DIAMETER_RATIO_122352
public static EnumCV_IVUSIndicesAndRatios[] values()
for (EnumCV_IVUSIndicesAndRatios c : EnumCV_IVUSIndicesAndRatios.values()) System.out.println(c);
public static EnumCV_IVUSIndicesAndRatios 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()