public static enum LegacyApplyMath2DAlgorithm.Transformation extends Enum<LegacyApplyMath2DAlgorithm.Transformation>
Enum Constant and Description |
---|
Add |
Divide |
Gamma |
LogicalAnd |
LogicalOr |
LogicalXOr |
Maximum |
Minimum |
Multiply |
Set |
Subtract |
Modifier and Type | Method and Description |
---|---|
static LegacyApplyMath2DAlgorithm.Transformation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LegacyApplyMath2DAlgorithm.Transformation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LegacyApplyMath2DAlgorithm.Transformation Set
public static final LegacyApplyMath2DAlgorithm.Transformation Add
public static final LegacyApplyMath2DAlgorithm.Transformation Subtract
public static final LegacyApplyMath2DAlgorithm.Transformation Multiply
public static final LegacyApplyMath2DAlgorithm.Transformation Divide
public static final LegacyApplyMath2DAlgorithm.Transformation Gamma
public static final LegacyApplyMath2DAlgorithm.Transformation Minimum
public static final LegacyApplyMath2DAlgorithm.Transformation Maximum
public static final LegacyApplyMath2DAlgorithm.Transformation LogicalAnd
public static final LegacyApplyMath2DAlgorithm.Transformation LogicalOr
public static final LegacyApplyMath2DAlgorithm.Transformation LogicalXOr
public static LegacyApplyMath2DAlgorithm.Transformation[] values()
for (LegacyApplyMath2DAlgorithm.Transformation c : LegacyApplyMath2DAlgorithm.Transformation.values()) System.out.println(c);
public static LegacyApplyMath2DAlgorithm.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–2025 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.