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