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