DynamicMemoryEnabled Class

public final class DynamicMemoryEnabled
extends ExpandableStringEnum<DynamicMemoryEnabled>

Dynamic memory enabled.

Field Summary

Modifier and Type Field and Description
static final DynamicMemoryEnabled FALSE

Static value false for DynamicMemoryEnabled.

static final DynamicMemoryEnabled TRUE

Static value true for DynamicMemoryEnabled.

Constructor Summary

Constructor Description
DynamicMemoryEnabled()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DynamicMemoryEnabled value.

Method Summary

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

Creates or finds a DynamicMemoryEnabled from its string representation.

static Collection<DynamicMemoryEnabled> values()

Gets known DynamicMemoryEnabled values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final DynamicMemoryEnabled FALSE

Static value false for DynamicMemoryEnabled.

TRUE

public static final DynamicMemoryEnabled TRUE

Static value true for DynamicMemoryEnabled.

Constructor Details

DynamicMemoryEnabled

@Deprecated
public DynamicMemoryEnabled()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DynamicMemoryEnabled value.

Method Details

fromString

public static DynamicMemoryEnabled fromString(String name)

Creates or finds a DynamicMemoryEnabled from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DynamicMemoryEnabled.

values

public static Collection<DynamicMemoryEnabled> values()

Gets known DynamicMemoryEnabled values.

Returns:

known DynamicMemoryEnabled values.

Applies to