public enum EnumCV_TractographyAnatomicSites extends java.lang.Enum<EnumCV_TractographyAnatomicSites>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_TractographyAnatomicSites |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_TractographyAnatomicSites[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_TractographyAnatomicSites CEREBELLAR_WHITE_MATTER_T_A6080
public static final EnumCV_TractographyAnatomicSites CEREBRAL_WHITE_MATTER_T_A2030
public static final EnumCV_TractographyAnatomicSites SPINAL_CORD_WHITE_MATTER_T_A7070
public static final EnumCV_TractographyAnatomicSites WHITE_MATTER_OF_BRAIN_AND_SPINAL_CORD_T_A0095
public static final EnumCV_TractographyAnatomicSites PERILESIONAL_WHITE_MATTER_110706
public static final EnumCV_TractographyAnatomicSites PERIPHERAL_NERVE_T_A0500
public static final EnumCV_TractographyAnatomicSites SKELETAL_MUSCLE_T_D0684
public static final EnumCV_TractographyAnatomicSites CARDIAC_MUSCLE_T_1300D
public static final EnumCV_TractographyAnatomicSites PHANTOM_113681
public static EnumCV_TractographyAnatomicSites[] values()
for (EnumCV_TractographyAnatomicSites c : EnumCV_TractographyAnatomicSites.values()) System.out.println(c);
public static EnumCV_TractographyAnatomicSites 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()