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