public static enum MergeCommand.FastForwardMode.Merge extends Enum<MergeCommand.FastForwardMode.Merge>
merge.ff
.Modifier and Type | Method and Description |
---|---|
static MergeCommand.FastForwardMode.Merge |
valueOf(MergeCommand.FastForwardMode ffMode)
Map from
FastForwardMode to
FastForwardMode.Merge . |
static MergeCommand.FastForwardMode.Merge |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MergeCommand.FastForwardMode.Merge[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MergeCommand.FastForwardMode.Merge TRUE
public static final MergeCommand.FastForwardMode.Merge FALSE
public static final MergeCommand.FastForwardMode.Merge ONLY
public static MergeCommand.FastForwardMode.Merge[] values()
for (MergeCommand.FastForwardMode.Merge c : MergeCommand.FastForwardMode.Merge.values()) System.out.println(c);
public static MergeCommand.FastForwardMode.Merge 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 static MergeCommand.FastForwardMode.Merge valueOf(MergeCommand.FastForwardMode ffMode)
FastForwardMode
to
FastForwardMode.Merge
.ffMode
- the FastForwardMode
value to be mappedFastForwardMode.Merge
valueCopyright © 2015 Eclipse JGit Project. All rights reserved.