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