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