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