public static enum IDeltaComputationOptions.ComputationMethod extends Enum<IDeltaComputationOptions.ComputationMethod>
| Enum Constant and Description |
|---|
BY_OBJECT
Constant for the computation by object.
|
BY_POSITION
Constant for the computation by position.
|
| Modifier and Type | Method and Description |
|---|---|
static IDeltaComputationOptions.ComputationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDeltaComputationOptions.ComputationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDeltaComputationOptions.ComputationMethod BY_POSITION
IDeltaComputationOptions.getMethod(String) for more
details.public static final IDeltaComputationOptions.ComputationMethod BY_OBJECT
IDeltaComputationOptions.getMethod(String) for more details.public static IDeltaComputationOptions.ComputationMethod[] values()
for (IDeltaComputationOptions.ComputationMethod c : IDeltaComputationOptions.ComputationMethod.values()) System.out.println(c);
public static IDeltaComputationOptions.ComputationMethod 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 © 2023. All rights reserved.