A DTO to describe the illumination mode in context of imaging Whenever a specific illumination mode is used for imaging data the mode should be described with this class @since: 1.10.0 @author: Jennifer Bödker
Modifiers | Name | Description |
---|---|---|
private java.lang.String |
value |
Contains the String representation of a illumination mode item. |
Constructor and description |
---|
private IlluminationMode
(java.lang.String value) A DTO to describe the illumination mode in context of imaging |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getValue() The string representation of the illumination mode item. |
|
java.lang.String |
toString() The toString() method is overridden to return the String
representation of a illumination mode item. |
null |
IlluminationMode |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
null |
IlluminationMode[] |
values() Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Contains the String representation of a illumination mode item.
A DTO to describe the illumination mode in context of imaging
value
- IlluminationMode.valueThe string representation of the illumination mode item.
The toString()
method is overridden to return the String
representation of a illumination mode item. This is equivalent
to the getValue()
return value.
Returns the enum constant of this type with the specified name.
Returns an array containing the constants of this enum type, in the order they are declared.
Groovy Documentation