public static enum Replication.ReplicationHistoryFlags extends Enum<Replication.ReplicationHistoryFlags> implements INumberEnum<Integer>
Replication.getReplicationHistory(Database, Set).| Enum Constant and Description |
|---|
ONLY_COMPLETE |
REMOVE_WILDCARDS
Don't copy wild card entries
|
SORT_BY_DATE |
| Modifier and Type | Method and Description |
|---|---|
long |
getLongValue() |
Integer |
getValue() |
static Replication.ReplicationHistoryFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Replication.ReplicationHistoryFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Replication.ReplicationHistoryFlags REMOVE_WILDCARDS
public static final Replication.ReplicationHistoryFlags SORT_BY_DATE
public static final Replication.ReplicationHistoryFlags ONLY_COMPLETE
public static Replication.ReplicationHistoryFlags[] values()
for (Replication.ReplicationHistoryFlags c : Replication.ReplicationHistoryFlags.values()) System.out.println(c);
public static Replication.ReplicationHistoryFlags 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 nullpublic Integer getValue()
getValue in interface INumberEnum<Integer>public long getLongValue()
getLongValue in interface INumberEnum<Integer>longCopyright © 2019–2021 HCL. All rights reserved.