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