public static enum CollectionSyncRequest.Options.ConflicResolution extends java.lang.Enum<CollectionSyncRequest.Options.ConflicResolution>
| Enum Constant and Description |
|---|
CLIENT_WINS |
SERVER_WINS |
| Modifier and Type | Method and Description |
|---|---|
static CollectionSyncRequest.Options.ConflicResolution |
fromXml(java.lang.String txt) |
static CollectionSyncRequest.Options.ConflicResolution |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CollectionSyncRequest.Options.ConflicResolution[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionSyncRequest.Options.ConflicResolution CLIENT_WINS
public static final CollectionSyncRequest.Options.ConflicResolution SERVER_WINS
public static CollectionSyncRequest.Options.ConflicResolution[] values()
for (CollectionSyncRequest.Options.ConflicResolution c : CollectionSyncRequest.Options.ConflicResolution.values()) System.out.println(c);
public static CollectionSyncRequest.Options.ConflicResolution 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 nullpublic static CollectionSyncRequest.Options.ConflicResolution fromXml(java.lang.String txt)
Copyright © 2024. All Rights Reserved.