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