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