StorageAutogrow Class

public final class StorageAutogrow
extends ExpandableStringEnum<StorageAutogrow>

Defines values for StorageAutogrow.

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()

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()

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

public StorageAutogrow()

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 values()

Returns:

known StorageAutogrow values.

Applies to