public enum EnumCV_IsotopesInRadiopharmaceuticals extends java.lang.Enum<EnumCV_IsotopesInRadiopharmaceuticals>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_IsotopesInRadiopharmaceuticals |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_IsotopesInRadiopharmaceuticals[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_14_CARBON_C_105A2
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_18_FLUORINE_C_111A1
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_22_SODIUM_C_155A1
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_24_SODIUM_C_155A2
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_32_PHOSPHORUS_C_106A1
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_42_POTASSIUM_C_135A2
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_43_POTASSIUM_C_135A3
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_51_CHROMIUM_C_129A2
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_57_COBALT_C_144A3
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_58_COBALT_C_144A4
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_59_IRON_C_130A3
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_60_COBALT_C_144A6
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_64_COPPER_C_127A2
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_67_COPPER_C_127A3
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_67_GALLIUM_C_131A2
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_75_SELENIUM_C_116A3
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_81M_KRYPTON_C_173A5
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_85_KRYPTON_C_173A7
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_85_STRONTIUM_C_158A3
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_87M_STRONTIUM_C_158A5
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_89_STRONTIUM_C_158A6
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_90_YTTRIUM_C_162A7
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_97_RUTHENIUM_C_180A2
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_99M_TECHNETIUM_C_163A8
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_111_INDIUM_C_145A4
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_113M_INDIUM_C_145A5
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_123_IODINE_C_114A4
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_125_IODINE_C_114A6
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_127_XENON_C_172A5
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_131_IODINE_C_114B1
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_133_BARIUM_C_122A5
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_133_XENON_C_172A8
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_153_GADOLINIUM_C_178A8
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_153_SAMARIUM_C_B1134
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_169_YTTERBIUM_C_181A3
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_177_LUTETIUM_C_101ED
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_178_TANTALUM_C_156A6
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_186_RHENIUM_C_11906
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_188_RHENIUM_C_1018D
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_191M_IRIDIUM_126604
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_198_GOLD_C_146A9
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_199_GOLD_C_146B1
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_201_THALLIUM_C_138A9
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_203_LEAD_C_132A8
public static final EnumCV_IsotopesInRadiopharmaceuticals CM_223_RADIUM_C_136A2
public static EnumCV_IsotopesInRadiopharmaceuticals[] values()
for (EnumCV_IsotopesInRadiopharmaceuticals c : EnumCV_IsotopesInRadiopharmaceuticals.values()) System.out.println(c);
public static EnumCV_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()