public enum EnumCM_VascularTissueSegmentationTypes extends java.lang.Enum<EnumCM_VascularTissueSegmentationTypes>
| Enum Constant and Description |
|---|
ADVENTITIA |
CARDIOVASCULAR_SYSTEM |
INTIMA |
LUMEN |
MEDIA |
SYSTEMIC_ARTERY |
SYSTEMIC_VEIN |
THROMBUS |
VASCULAR_SCLEROSIS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_VascularTissueSegmentationTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_VascularTissueSegmentationTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_VascularTissueSegmentationTypes ADVENTITIA
public static final EnumCM_VascularTissueSegmentationTypes CARDIOVASCULAR_SYSTEM
public static final EnumCM_VascularTissueSegmentationTypes INTIMA
public static final EnumCM_VascularTissueSegmentationTypes LUMEN
public static final EnumCM_VascularTissueSegmentationTypes MEDIA
public static final EnumCM_VascularTissueSegmentationTypes SYSTEMIC_ARTERY
public static final EnumCM_VascularTissueSegmentationTypes SYSTEMIC_VEIN
public static final EnumCM_VascularTissueSegmentationTypes THROMBUS
public static final EnumCM_VascularTissueSegmentationTypes VASCULAR_SCLEROSIS
public static EnumCM_VascularTissueSegmentationTypes[] values()
for (EnumCM_VascularTissueSegmentationTypes c : EnumCM_VascularTissueSegmentationTypes.values()) System.out.println(c);
public static EnumCM_VascularTissueSegmentationTypes 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()