public enum EnumCM_IVUSIndicesAndRatios extends java.lang.Enum<EnumCM_IVUSIndicesAndRatios>
| Enum Constant and Description |
|---|
EEM_DIAMETER_RATIO |
LUMEN_DIAMETER_RATIO |
LUMEN_ECCENTRICITY_INDEX |
LUMEN_SHAPE_INDEX |
PLAQUE_PLUS_MEDIA_ECCENTRICITY_INDEX |
REMODELING_INDEX |
STENT_DIAMETER_RATIO |
STENT_EXPANSION_INDEX |
STENT_SYMMETRY_INDEX |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_IVUSIndicesAndRatios |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_IVUSIndicesAndRatios[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_IVUSIndicesAndRatios LUMEN_ECCENTRICITY_INDEX
public static final EnumCM_IVUSIndicesAndRatios PLAQUE_PLUS_MEDIA_ECCENTRICITY_INDEX
public static final EnumCM_IVUSIndicesAndRatios REMODELING_INDEX
public static final EnumCM_IVUSIndicesAndRatios STENT_SYMMETRY_INDEX
public static final EnumCM_IVUSIndicesAndRatios STENT_EXPANSION_INDEX
public static final EnumCM_IVUSIndicesAndRatios LUMEN_SHAPE_INDEX
public static final EnumCM_IVUSIndicesAndRatios LUMEN_DIAMETER_RATIO
public static final EnumCM_IVUSIndicesAndRatios STENT_DIAMETER_RATIO
public static final EnumCM_IVUSIndicesAndRatios EEM_DIAMETER_RATIO
public static EnumCM_IVUSIndicesAndRatios[] values()
for (EnumCM_IVUSIndicesAndRatios c : EnumCM_IVUSIndicesAndRatios.values()) System.out.println(c);
public static EnumCM_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()