public enum EnumCM_IsotopesInRadiopharmaceuticals extends java.lang.Enum<EnumCM_IsotopesInRadiopharmaceuticals>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_IsotopesInRadiopharmaceuticals |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_IsotopesInRadiopharmaceuticals[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_14_CARBON
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_18_FLUORINE
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_22_SODIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_24_SODIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_32_PHOSPHORUS
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_42_POTASSIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_43_POTASSIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_51_CHROMIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_57_COBALT
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_58_COBALT
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_59_IRON
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_60_COBALT
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_64_COPPER
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_67_COPPER
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_67_GALLIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_75_SELENIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_81M_KRYPTON
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_85_KRYPTON
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_85_STRONTIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_87M_STRONTIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_89_STRONTIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_90_YTTRIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_97_RUTHENIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_99M_TECHNETIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_111_INDIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_113M_INDIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_123_IODINE
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_125_IODINE
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_127_XENON
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_131_IODINE
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_133_BARIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_133_XENON
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_153_GADOLINIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_153_SAMARIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_169_YTTERBIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_177_LUTETIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_178_TANTALUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_186_RHENIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_188_RHENIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_191M_IRIDIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_198_GOLD
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_199_GOLD
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_201_THALLIUM
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_203_LEAD
public static final EnumCM_IsotopesInRadiopharmaceuticals CM_223_RADIUM
public static EnumCM_IsotopesInRadiopharmaceuticals[] values()
for (EnumCM_IsotopesInRadiopharmaceuticals c : EnumCM_IsotopesInRadiopharmaceuticals.values()) System.out.println(c);
public static EnumCM_IsotopesInRadiopharmaceuticals 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()