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