ReplicationModeType Class

public final class ReplicationModeType
extends ExpandableStringEnum<ReplicationModeType>

Replication mode of the link.

Field Summary

Modifier and Type Field and Description
static final ReplicationModeType ASYNC

Static value Async for ReplicationModeType.

static final ReplicationModeType SYNC

Static value Sync for ReplicationModeType.

Constructor Summary

Constructor Description
ReplicationModeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ReplicationModeType value.

Method Summary

Modifier and Type Method and Description
static ReplicationModeType fromString(String name)

Creates or finds a ReplicationModeType from its string representation.

static Collection<ReplicationModeType> values()

Gets known ReplicationModeType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ASYNC

public static final ReplicationModeType ASYNC

Static value Async for ReplicationModeType.

SYNC

public static final ReplicationModeType SYNC

Static value Sync for ReplicationModeType.

Constructor Details

ReplicationModeType

@Deprecated
public ReplicationModeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ReplicationModeType value.

Method Details

fromString

public static ReplicationModeType fromString(String name)

Creates or finds a ReplicationModeType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ReplicationModeType.

values

public static Collection<ReplicationModeType> values()

Gets known ReplicationModeType values.

Returns:

known ReplicationModeType values.

Applies to