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