public enum EnumCM_RadiographicContrastAgentIngredient extends java.lang.Enum<EnumCM_RadiographicContrastAgentIngredient>
| Enum Constant and Description |
|---|
AIR |
BARIUM |
CARBON_DIOXIDE |
GADOLINIUM |
IODINE |
IRON |
OXYGEN |
WATER |
XENON |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_RadiographicContrastAgentIngredient |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_RadiographicContrastAgentIngredient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_RadiographicContrastAgentIngredient IODINE
public static final EnumCM_RadiographicContrastAgentIngredient GADOLINIUM
public static final EnumCM_RadiographicContrastAgentIngredient CARBON_DIOXIDE
public static final EnumCM_RadiographicContrastAgentIngredient BARIUM
public static final EnumCM_RadiographicContrastAgentIngredient XENON
public static final EnumCM_RadiographicContrastAgentIngredient AIR
public static final EnumCM_RadiographicContrastAgentIngredient OXYGEN
public static final EnumCM_RadiographicContrastAgentIngredient WATER
public static final EnumCM_RadiographicContrastAgentIngredient IRON
public static EnumCM_RadiographicContrastAgentIngredient[] values()
for (EnumCM_RadiographicContrastAgentIngredient c : EnumCM_RadiographicContrastAgentIngredient.values()) System.out.println(c);
public static EnumCM_RadiographicContrastAgentIngredient 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()