public static enum ReplicationHistorySummary.ReplicationDirection extends Enum<ReplicationHistorySummary.ReplicationDirection> implements INumberEnum<Short>
ReplicationHistorySummary
 entry (the direction of the replication in the replication history).| Modifier and Type | Method and Description | 
|---|---|
long | 
getLongValue()  | 
Short | 
getValue()  | 
static ReplicationHistorySummary.ReplicationDirection | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static ReplicationHistorySummary.ReplicationDirection[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final ReplicationHistorySummary.ReplicationDirection NEVER
public static final ReplicationHistorySummary.ReplicationDirection SEND
public static final ReplicationHistorySummary.ReplicationDirection RECEIVE
public static ReplicationHistorySummary.ReplicationDirection[] values()
for (ReplicationHistorySummary.ReplicationDirection c : ReplicationHistorySummary.ReplicationDirection.values()) System.out.println(c);
public static ReplicationHistorySummary.ReplicationDirection 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 Short getValue()
getValue in interface INumberEnum<Short>public long getLongValue()
getLongValue in interface INumberEnum<Short>longCopyright © 2019–2021 HCL. All rights reserved.