public enum EnumCV_DICOMDevices extends java.lang.Enum<EnumCV_DICOMDevices>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_DICOMDevices |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_DICOMDevices[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_DICOMDevices ARCHIVE_ARCHIVE
public static final EnumCV_DICOMDevices COMPUTATION_SERVER_COMP
public static final EnumCV_DICOMDevices COMPUTER_ASSISTED_DETECTION_DIAGNOSIS_CAD
public static final EnumCV_DICOMDevices DEPARTMENT_SYSTEM_SCHEDULER_DSS
public static final EnumCV_DICOMDevices FILM_DIGITIZER_FILMD
public static final EnumCV_DICOMDevices MEDIA_CREATION_DEVICE_MCD
public static final EnumCV_DICOMDevices HARD_COPY_PRINT_SERVER_PRINT
public static final EnumCV_DICOMDevices IMAGE_CAPTURE_CAPTURE
public static final EnumCV_DICOMDevices PROCEDURE_LOGGING_LOG
public static final EnumCV_DICOMDevices RADIATION_THERAPY_DEVICE_RT
public static final EnumCV_DICOMDevices WORKSTATION_WSD
public static EnumCV_DICOMDevices[] values()
for (EnumCV_DICOMDevices c : EnumCV_DICOMDevices.values()) System.out.println(c);
public static EnumCV_DICOMDevices 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()