public static enum BlossomVOptions.DualUpdateStrategy extends Enum<BlossomVOptions.DualUpdateStrategy>
Enum Constant and Description |
---|
MULTIPLE_TREE_CONNECTED_COMPONENTS |
MULTIPLE_TREE_FIXED_DELTA |
Modifier and Type | Method and Description |
---|---|
abstract String |
toString()
Returns the name of the dual updates strategy
|
static BlossomVOptions.DualUpdateStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BlossomVOptions.DualUpdateStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BlossomVOptions.DualUpdateStrategy MULTIPLE_TREE_FIXED_DELTA
public static final BlossomVOptions.DualUpdateStrategy MULTIPLE_TREE_CONNECTED_COMPONENTS
public static BlossomVOptions.DualUpdateStrategy[] values()
for (BlossomVOptions.DualUpdateStrategy c : BlossomVOptions.DualUpdateStrategy.values()) System.out.println(c);
public static BlossomVOptions.DualUpdateStrategy 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 nullpublic abstract String toString()
toString
in class Enum<BlossomVOptions.DualUpdateStrategy>
Copyright © 2019. All rights reserved.