SelectionMarkState Class

public final class SelectionMarkState
extends ExpandableStringEnum<SelectionMarkState>

Defines values for SelectionMarkState. i.e., Selected or Unselected.

Field Summary

Modifier and Type Field and Description
static final SelectionMarkState SELECTED

Static value SELECTED for SelectionMarkState.

static final SelectionMarkState UNSELECTED

Static value UNSELECTED for SelectionMarkState.

Constructor Summary

Constructor Description
SelectionMarkState()

Deprecated

Use the #fromString(String, Class) factory method.

Constructs a SelectionMarkState object.

Method Summary

Modifier and Type Method and Description
static SelectionMarkState fromString(String value)

Creates or finds a SelectionMarkState from its string representation.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SELECTED

public static final SelectionMarkState SELECTED

Static value SELECTED for SelectionMarkState.

UNSELECTED

public static final SelectionMarkState UNSELECTED

Static value UNSELECTED for SelectionMarkState.

Constructor Details

SelectionMarkState

@Deprecated
public SelectionMarkState()

Deprecated

Use the #fromString(String, Class) factory method.

Constructs a SelectionMarkState object.

Method Details

fromString

public static SelectionMarkState fromString(String value)

Creates or finds a SelectionMarkState from its string representation.

Parameters:

value - a value to look for.

Returns:

the corresponding SelectionMarkState.

Applies to