ExpandControlsEnum Class

public final class ExpandControlsEnum
extends ExpandableStringEnum<ExpandControlsEnum>

Defines values for ExpandControlsEnum.

Field Summary

Modifier and Type Field and Description
static final ExpandControlsEnum DEFINITION

Static value definition for ExpandControlsEnum.

Constructor Summary

Constructor Description
ExpandControlsEnum()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpandControlsEnum value.

Method Summary

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

Creates or finds a ExpandControlsEnum from its string representation.

static Collection<ExpandControlsEnum> values()

Gets known ExpandControlsEnum values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEFINITION

public static final ExpandControlsEnum DEFINITION

Static value definition for ExpandControlsEnum.

Constructor Details

ExpandControlsEnum

@Deprecated
public ExpandControlsEnum()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpandControlsEnum value.

Method Details

fromString

public static ExpandControlsEnum fromString(String name)

Creates or finds a ExpandControlsEnum from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ExpandControlsEnum.

values

public static Collection<ExpandControlsEnum> values()

Gets known ExpandControlsEnum values.

Returns:

known ExpandControlsEnum values.

Applies to