public static enum Replication.ReplicationField extends java.lang.Enum<Replication.ReplicationField>
| Enum Constant and Description |
|---|
AUTHENTICATOR |
CHANNELS |
CREATE_TARGET |
DOC_IDS |
FILTER_NAME |
FILTER_PARAMS |
REMOTE_UUID |
REQUEST_HEADERS |
| Modifier and Type | Method and Description |
|---|---|
static Replication.ReplicationField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Replication.ReplicationField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Replication.ReplicationField FILTER_NAME
public static final Replication.ReplicationField FILTER_PARAMS
public static final Replication.ReplicationField DOC_IDS
public static final Replication.ReplicationField REQUEST_HEADERS
public static final Replication.ReplicationField AUTHENTICATOR
public static final Replication.ReplicationField CREATE_TARGET
public static final Replication.ReplicationField REMOTE_UUID
public static final Replication.ReplicationField CHANNELS
public static Replication.ReplicationField[] values()
for (Replication.ReplicationField c : Replication.ReplicationField.values()) System.out.println(c);
public static Replication.ReplicationField 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 null