@Deprecated public static enum AbstractReplicatorConfiguration.ReplicatorType extends Enum<AbstractReplicatorConfiguration.ReplicatorType>
| Enum Constant and Description |
|---|
PULL
Deprecated.
|
PUSH
Deprecated.
|
PUSH_AND_PULL
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractReplicatorConfiguration.ReplicatorType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static AbstractReplicatorConfiguration.ReplicatorType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractReplicatorConfiguration.ReplicatorType PUSH_AND_PULL
public static final AbstractReplicatorConfiguration.ReplicatorType PUSH
public static final AbstractReplicatorConfiguration.ReplicatorType PULL
public static AbstractReplicatorConfiguration.ReplicatorType[] values()
for (AbstractReplicatorConfiguration.ReplicatorType c : AbstractReplicatorConfiguration.ReplicatorType.values()) System.out.println(c);
public static AbstractReplicatorConfiguration.ReplicatorType 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 null