public static enum ApplyMath2DAlgorithm.Transformation extends Enum<ApplyMath2DAlgorithm.Transformation>
Enum Constant and Description |
---|
Add |
Divide |
Gamma |
LogicalAnd |
LogicalOr |
LogicalXOr |
Maximum |
Minimum |
Multiply |
Set |
Subtract |
Modifier and Type | Method and Description |
---|---|
static ApplyMath2DAlgorithm.Transformation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplyMath2DAlgorithm.Transformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplyMath2DAlgorithm.Transformation Set
public static final ApplyMath2DAlgorithm.Transformation Add
public static final ApplyMath2DAlgorithm.Transformation Subtract
public static final ApplyMath2DAlgorithm.Transformation Multiply
public static final ApplyMath2DAlgorithm.Transformation Divide
public static final ApplyMath2DAlgorithm.Transformation Gamma
public static final ApplyMath2DAlgorithm.Transformation Minimum
public static final ApplyMath2DAlgorithm.Transformation Maximum
public static final ApplyMath2DAlgorithm.Transformation LogicalAnd
public static final ApplyMath2DAlgorithm.Transformation LogicalOr
public static final ApplyMath2DAlgorithm.Transformation LogicalXOr
public static ApplyMath2DAlgorithm.Transformation[] values()
for (ApplyMath2DAlgorithm.Transformation c : ApplyMath2DAlgorithm.Transformation.values()) System.out.println(c);
public static ApplyMath2DAlgorithm.Transformation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.