public enum EnumCM_PerfusionModelParameters extends java.lang.Enum<EnumCM_PerfusionModelParameters>
| Enum Constant and Description |
|---|
MEAN_TRANSIT_TIME |
OXYGEN_EXTRACTION_FRACTION |
REGIONAL_BLOOD_FLOW |
REGIONAL_BLOOD_VOLUME |
REGIONAL_CEREBRAL_BLOOD_FLOW |
REGIONAL_CEREBRAL_BLOOD_VOLUME |
TIME_TO_PEAK |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_PerfusionModelParameters |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_PerfusionModelParameters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_PerfusionModelParameters REGIONAL_CEREBRAL_BLOOD_FLOW
public static final EnumCM_PerfusionModelParameters REGIONAL_BLOOD_FLOW
public static final EnumCM_PerfusionModelParameters REGIONAL_CEREBRAL_BLOOD_VOLUME
public static final EnumCM_PerfusionModelParameters REGIONAL_BLOOD_VOLUME
public static final EnumCM_PerfusionModelParameters MEAN_TRANSIT_TIME
public static final EnumCM_PerfusionModelParameters TIME_TO_PEAK
public static final EnumCM_PerfusionModelParameters OXYGEN_EXTRACTION_FRACTION
public static EnumCM_PerfusionModelParameters[] values()
for (EnumCM_PerfusionModelParameters c : EnumCM_PerfusionModelParameters.values()) System.out.println(c);
public static EnumCM_PerfusionModelParameters 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()