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