public enum EnumCM_PhantomDevices extends java.lang.Enum<EnumCM_PhantomDevices>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_PhantomDevices |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_PhantomDevices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_PhantomDevices PHANTOM
public static final EnumCM_PhantomDevices ACR_ACCREDITATION_PHANTOM_CT
public static final EnumCM_PhantomDevices ACR_ACCREDITATION_PHANTOM_MR
public static final EnumCM_PhantomDevices ACR_ACCREDITATION_PHANTOM_MAMMOGRAPHY
public static final EnumCM_PhantomDevices ACR_ACCREDITATION_PHANTOM_STEREOTACTIC_BREAST_BIOPSY
public static final EnumCM_PhantomDevices ACR_ACCREDITATION_PHANTOM_ECT
public static final EnumCM_PhantomDevices ACR_ACCREDITATION_PHANTOM_PET
public static final EnumCM_PhantomDevices ACR_ACCREDITATION_PHANTOM_ECT_PET
public static final EnumCM_PhantomDevices ACR_ACCREDITATION_PHANTOM_PET_FACEPLATE
public static final EnumCM_PhantomDevices IEC_HEAD_DOSIMETRY_PHANTOM
public static final EnumCM_PhantomDevices IEC_BODY_DOSIMETRY_PHANTOM
public static final EnumCM_PhantomDevices NEMA_XR212000_PHANTOM
public static EnumCM_PhantomDevices[] values()
for (EnumCM_PhantomDevices c : EnumCM_PhantomDevices.values()) System.out.println(c);
public static EnumCM_PhantomDevices 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()