public static enum Parameters.SegmStrategy extends Enum<Parameters.SegmStrategy>
| Enum Constant and Description |
|---|
DEEPEN_EXISTING |
KEEP_EXISTING |
OVERWRITE_EXISTING |
| Modifier and Type | Method and Description |
|---|---|
static Parameters.SegmStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Parameters.SegmStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Parameters.SegmStrategy KEEP_EXISTING
public static final Parameters.SegmStrategy OVERWRITE_EXISTING
public static final Parameters.SegmStrategy DEEPEN_EXISTING
public static Parameters.SegmStrategy[] values()
for (Parameters.SegmStrategy c : Parameters.SegmStrategy.values()) System.out.println(c);
public static Parameters.SegmStrategy 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 © 2022. All rights reserved.