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