A DTO to describe the dimensionality of an image This class should be used whenever the dimension of an image or in the image context needs to be described @since: 1.10.0 @author: Jennifer Bödker
Enum constant | Description |
---|---|
ThreeDimensional |
|
TwoDimensional |
Modifiers | Name | Description |
---|---|---|
private java.lang.String |
value |
Contains the String representation of a dimensionality item. |
Constructor and description |
---|
Dimensionality
(java.lang.String value) A DTO to describe the dimensionality of an image |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getValue() The String representation of the dimensionality item. |
|
java.lang.String |
toString() The toString() method is overridden to return the String
representation of a dimensionality item. |
null |
Dimensionality |
valueOf(java.lang.String name) Returns the enum constant of this type with the specified name. |
null |
Dimensionality[] |
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 dimensionality item.
A DTO to describe the dimensionality of an image
value
- Dimensionality.valueThe String representation of the dimensionality item.
The toString()
method is overridden to return the String
representation of a dimensionality 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