public static enum DataReplicationOptions.Type extends Enum<DataReplicationOptions.Type>
Enum Constant and Description |
---|
FIRST_IN_TOPOLOGY
Replicate Contents and this is the first server in topology..
|
IN_EXISTING_TOPOLOGY
Replicate Contents of the new Suffix with existing server.
|
STANDALONE
Standalone server.
|
Modifier and Type | Method and Description |
---|---|
static DataReplicationOptions.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataReplicationOptions.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataReplicationOptions.Type STANDALONE
public static final DataReplicationOptions.Type FIRST_IN_TOPOLOGY
public static final DataReplicationOptions.Type IN_EXISTING_TOPOLOGY
public static DataReplicationOptions.Type[] values()
for (DataReplicationOptions.Type c : DataReplicationOptions.Type.values()) System.out.println(c);
public static DataReplicationOptions.Type 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 2010-2017 ForgeRock AS.