SeedingModeType Class

public final class SeedingModeType
extends ExpandableStringEnum<SeedingModeType>

Database seeding mode – can be Automatic (default), or Manual for supported scenarios.

Field Summary

Modifier and Type Field and Description
static final SeedingModeType AUTOMATIC

Static value Automatic for SeedingModeType.

static final SeedingModeType MANUAL

Static value Manual for SeedingModeType.

Constructor Summary

Constructor Description
SeedingModeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SeedingModeType value.

Method Summary

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

Creates or finds a SeedingModeType from its string representation.

static Collection<SeedingModeType> values()

Gets known SeedingModeType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUTOMATIC

public static final SeedingModeType AUTOMATIC

Static value Automatic for SeedingModeType.

MANUAL

public static final SeedingModeType MANUAL

Static value Manual for SeedingModeType.

Constructor Details

SeedingModeType

@Deprecated
public SeedingModeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SeedingModeType value.

Method Details

fromString

public static SeedingModeType fromString(String name)

Creates or finds a SeedingModeType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SeedingModeType.

values

public static Collection<SeedingModeType> values()

Gets known SeedingModeType values.

Returns:

known SeedingModeType values.

Applies to