你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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