public enum EnumCM_MRProtonSpectroscopyMetabolites extends java.lang.Enum<EnumCM_MRProtonSpectroscopyMetabolites>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_MRProtonSpectroscopyMetabolites |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_MRProtonSpectroscopyMetabolites[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_MRProtonSpectroscopyMetabolites N_ACETYLASPARTATE
public static final EnumCM_MRProtonSpectroscopyMetabolites CITRATE
public static final EnumCM_MRProtonSpectroscopyMetabolites CHOLINE
public static final EnumCM_MRProtonSpectroscopyMetabolites CREATINE
public static final EnumCM_MRProtonSpectroscopyMetabolites CREATINE_AND_CHOLINE
public static final EnumCM_MRProtonSpectroscopyMetabolites LACTATE
public static final EnumCM_MRProtonSpectroscopyMetabolites LIPID
public static final EnumCM_MRProtonSpectroscopyMetabolites LIPID_AND_LACTATE
public static final EnumCM_MRProtonSpectroscopyMetabolites GLUTAMATE_AND_GLUTAMINE
public static final EnumCM_MRProtonSpectroscopyMetabolites GLUTAMINE
public static final EnumCM_MRProtonSpectroscopyMetabolites TUARINE
public static final EnumCM_MRProtonSpectroscopyMetabolites INOSITOL
public static final EnumCM_MRProtonSpectroscopyMetabolites CHOLINE_CREATINE_RATIO
public static final EnumCM_MRProtonSpectroscopyMetabolites N_ACETYLASPARTATE_CREATINE_RATIO
public static final EnumCM_MRProtonSpectroscopyMetabolites N_ACETYLASPARTATE_CHOLINE_RATIO
public static final EnumCM_MRProtonSpectroscopyMetabolites CREATINE_CHOLINE_CITRATE_RATIO
public static EnumCM_MRProtonSpectroscopyMetabolites[] values()
for (EnumCM_MRProtonSpectroscopyMetabolites c : EnumCM_MRProtonSpectroscopyMetabolites.values()) System.out.println(c);
public static EnumCM_MRProtonSpectroscopyMetabolites 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()