Enumeration of different microscopy scan modes. This enum class should be used, whenever a imaging scan modes needs to be described. Every scan mode needs to have a meaningful and descriptive label. Abbreviations are discouraged. @since: 1.10.0 @author: Jennifer Bödker
Modifiers | Name | Description |
---|---|---|
private java.lang.String |
value |
Contains the String representation of a image plane item. |
Constructor and description |
---|
private ScanMode
(java.lang.String value) Enumeration of different microscopy scan modes. |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getValue() The string representation of the image plane item. |
|
java.lang.String |
toString() The toString() method is overridden to return the String
representation of a image plane item. |
null |
ScanMode |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
null |
ScanMode[] |
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 image plane item.
Enumeration of different microscopy scan modes.
value
- ScanMode.valueThe string representation of the image plane item.
The toString()
method is overridden to return the String
representation of a image plane 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