Share via


StorageAutogrow Class

public final class StorageAutogrow
extends ExpandableStringEnum<StorageAutogrow>

Enable Storage Auto Grow.

Field Summary

Modifier and Type Field and Description
static final StorageAutogrow DISABLED

Static value Disabled for StorageAutogrow.

static final StorageAutogrow ENABLED

Static value Enabled for StorageAutogrow.

Constructor Summary

Constructor Description
StorageAutogrow()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StorageAutogrow value.

Method Summary

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

Creates or finds a StorageAutogrow from its string representation.

static Collection<StorageAutogrow> values()

Gets known StorageAutogrow values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final StorageAutogrow DISABLED

Static value Disabled for StorageAutogrow.

ENABLED

public static final StorageAutogrow ENABLED

Static value Enabled for StorageAutogrow.

Constructor Details

StorageAutogrow

@Deprecated
public StorageAutogrow()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StorageAutogrow value.

Method Details

fromString

public static StorageAutogrow fromString(String name)

Creates or finds a StorageAutogrow from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding StorageAutogrow.

values

public static Collection<StorageAutogrow> values()

Gets known StorageAutogrow values.

Returns:

known StorageAutogrow values.

Applies to