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