Enumeration of different microscopy and spectroscopy modalities. This enum class should be used, whenever a imaging modality needs to be described. Every modality needs to have a meaningful and descriptive label. Abbreviations are discouraged.
Enum constant | Description |
---|---|
ANISOTROPY |
|
CLSM |
|
DSTOR |
|
FLCS |
|
FLIM |
|
SEM |
|
SPECTROSCOPY |
|
SPT_PALM |
Modifiers | Name | Description |
---|---|---|
private java.lang.String |
value |
Contains the String representation of a modality item. |
Constructor and description |
---|
private Modality
(java.lang.String value) Enumeration of different microscopy and spectroscopy modalities. |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getValue() The string representation of the modality item. |
|
java.lang.String |
toString() The toString() method is overridden to return the String
representation of a modality item. |
null |
Modality |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
null |
Modality[] |
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 modality item.
Enumeration of different microscopy and spectroscopy modalities.
value
- Modality.valueThe string representation of the modality item.
The toString()
method is overridden to return the String
representation of a modality 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