SettingLabelFields Class

public final class SettingLabelFields
extends ExpandableStringEnum<SettingLabelFields>

Defines values for SettingLabelFields.

Field Summary

Modifier and Type Field and Description
static final SettingLabelFields NAME

Static value name for SettingLabelFields.

Constructor Summary

Constructor Description
SettingLabelFields()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SettingLabelFields value.

Method Summary

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

Creates or finds a SettingLabelFields from its string representation.

static Collection<SettingLabelFields> values()

Gets known SettingLabelFields values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NAME

public static final SettingLabelFields NAME

Static value name for SettingLabelFields.

Constructor Details

SettingLabelFields

@Deprecated
public SettingLabelFields()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SettingLabelFields value.

Method Details

fromString

public static SettingLabelFields fromString(String name)

Creates or finds a SettingLabelFields from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SettingLabelFields.

values

public static Collection values()

Gets known SettingLabelFields values.

Returns:

known SettingLabelFields values.

Applies to