public static enum ClientMerge.ResolveChoice extends java.lang.Enum<ClientMerge.ResolveChoice>
| Modifier and Type | Method and Description |
|---|---|
static ClientMerge.ResolveChoice |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientMerge.ResolveChoice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientMerge.ResolveChoice SKIP
public static final ClientMerge.ResolveChoice YOURS
public static final ClientMerge.ResolveChoice THEIRS
public static final ClientMerge.ResolveChoice EDIT
public static final ClientMerge.ResolveChoice MERGED
public static ClientMerge.ResolveChoice[] values()
for (ClientMerge.ResolveChoice c : ClientMerge.ResolveChoice.values()) System.out.println(c);
public static ClientMerge.ResolveChoice valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2021 Perforce Software. All Rights Reserved.