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