public enum EnumCV_LesionSegmentationTypes extends java.lang.Enum<EnumCV_LesionSegmentationTypes>
| Enum Constant and Description |
|---|
ABSCESS_M_41610 |
BLOOD_CLOT_M_35000 |
CYST_M_3340A |
EDEMA_M_36300 |
EMBOLUS_M_35300 |
HEMORRHAGE_M_37000 |
INFLAMMATION_M_40000 |
MASS_M_03000 |
NECROSIS_M_54000 |
NEOPLASM_M_8FFFF |
NEOPLASM_PRIMARY_M_80003 |
NEOPLASM_SECONDARY_M_80006 |
NODULE_M_03010 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_LesionSegmentationTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_LesionSegmentationTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_LesionSegmentationTypes ABSCESS_M_41610
public static final EnumCV_LesionSegmentationTypes BLOOD_CLOT_M_35000
public static final EnumCV_LesionSegmentationTypes CYST_M_3340A
public static final EnumCV_LesionSegmentationTypes EDEMA_M_36300
public static final EnumCV_LesionSegmentationTypes EMBOLUS_M_35300
public static final EnumCV_LesionSegmentationTypes HEMORRHAGE_M_37000
public static final EnumCV_LesionSegmentationTypes INFLAMMATION_M_40000
public static final EnumCV_LesionSegmentationTypes MASS_M_03000
public static final EnumCV_LesionSegmentationTypes NECROSIS_M_54000
public static final EnumCV_LesionSegmentationTypes NEOPLASM_M_8FFFF
public static final EnumCV_LesionSegmentationTypes NEOPLASM_PRIMARY_M_80003
public static final EnumCV_LesionSegmentationTypes NEOPLASM_SECONDARY_M_80006
public static final EnumCV_LesionSegmentationTypes NODULE_M_03010
public static EnumCV_LesionSegmentationTypes[] values()
for (EnumCV_LesionSegmentationTypes c : EnumCV_LesionSegmentationTypes.values()) System.out.println(c);
public static EnumCV_LesionSegmentationTypes 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()