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