public enum EnumCV_PhantomDevices extends java.lang.Enum<EnumCV_PhantomDevices>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PhantomDevices |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PhantomDevices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PhantomDevices PHANTOM_113681
public static final EnumCV_PhantomDevices ACR_ACCREDITATION_PHANTOM_CT_113682
public static final EnumCV_PhantomDevices ACR_ACCREDITATION_PHANTOM_MR_113683
public static final EnumCV_PhantomDevices ACR_ACCREDITATION_PHANTOM_MAMMOGRAPHY_113684
public static final EnumCV_PhantomDevices ACR_ACCREDITATION_PHANTOM_STEREOTACTIC_BREAST_BIOPSY_113685
public static final EnumCV_PhantomDevices ACR_ACCREDITATION_PHANTOM_ECT_113686
public static final EnumCV_PhantomDevices ACR_ACCREDITATION_PHANTOM_PET_113687
public static final EnumCV_PhantomDevices ACR_ACCREDITATION_PHANTOM_ECT_PET_113688
public static final EnumCV_PhantomDevices ACR_ACCREDITATION_PHANTOM_PET_FACEPLATE_113689
public static final EnumCV_PhantomDevices IEC_HEAD_DOSIMETRY_PHANTOM_113690
public static final EnumCV_PhantomDevices IEC_BODY_DOSIMETRY_PHANTOM_113691
public static final EnumCV_PhantomDevices NEMA_XR212000_PHANTOM_113692
public static EnumCV_PhantomDevices[] values()
for (EnumCV_PhantomDevices c : EnumCV_PhantomDevices.values()) System.out.println(c);
public static EnumCV_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()