public static enum GenericMergeCommand.StrategyOption extends Enum<GenericMergeCommand.StrategyOption>
-X).| Enum Constant and Description |
|---|
OURS
The merge strategy option
ours. |
THEIRS
The merge strategy option
theirs. |
| Modifier and Type | Method and Description |
|---|---|
static GenericMergeCommand.StrategyOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericMergeCommand.StrategyOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericMergeCommand.StrategyOption OURS
ours.public static final GenericMergeCommand.StrategyOption THEIRS
theirs.public static GenericMergeCommand.StrategyOption[] values()
for (GenericMergeCommand.StrategyOption c : GenericMergeCommand.StrategyOption.values()) System.out.println(c);
public static GenericMergeCommand.StrategyOption 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 © 2014–2017 Silpion IT-Solutions GmbH. All rights reserved.