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