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