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