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