public enum EnumCV_RadiographicContrastAgentIngredient extends java.lang.Enum<EnumCV_RadiographicContrastAgentIngredient>
| Enum Constant and Description |
|---|
AIR_A_80230 |
BARIUM_C_12200 |
CARBON_DIOXIDE_C_10520 |
GADOLINIUM_C_17800 |
IODINE_C_11400 |
IRON_C_130F9 |
OXYGEN_C_10110 |
WATER_C_10120 |
XENON_C_17200 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_RadiographicContrastAgentIngredient |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_RadiographicContrastAgentIngredient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_RadiographicContrastAgentIngredient IODINE_C_11400
public static final EnumCV_RadiographicContrastAgentIngredient GADOLINIUM_C_17800
public static final EnumCV_RadiographicContrastAgentIngredient CARBON_DIOXIDE_C_10520
public static final EnumCV_RadiographicContrastAgentIngredient BARIUM_C_12200
public static final EnumCV_RadiographicContrastAgentIngredient XENON_C_17200
public static final EnumCV_RadiographicContrastAgentIngredient AIR_A_80230
public static final EnumCV_RadiographicContrastAgentIngredient OXYGEN_C_10110
public static final EnumCV_RadiographicContrastAgentIngredient WATER_C_10120
public static final EnumCV_RadiographicContrastAgentIngredient IRON_C_130F9
public static EnumCV_RadiographicContrastAgentIngredient[] values()
for (EnumCV_RadiographicContrastAgentIngredient c : EnumCV_RadiographicContrastAgentIngredient.values()) System.out.println(c);
public static EnumCV_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()