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

DocumentSelectionMarkState Class

public final class DocumentSelectionMarkState
extends ExpandableStringEnum<DocumentSelectionMarkState>

Defines values for DocumentSelectionMarkState.

Field Summary

Modifier and Type Field and Description
static final DocumentSelectionMarkState SELECTED

Static value selected for DocumentSelectionMarkState.

static final DocumentSelectionMarkState UNSELECTED

Static value unselected for DocumentSelectionMarkState.

Constructor Summary

Constructor Description
DocumentSelectionMarkState()

Deprecated

Use the fromString(String name) factory method.

Creates a DocumentSelectionMarkState object.

Method Summary

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

Creates or finds a DocumentSelectionMarkState from its string representation.

static Collection<DocumentSelectionMarkState> values()

Returns known DocumentSelectionMarkState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

SELECTED

public static final DocumentSelectionMarkState SELECTED

Static value selected for DocumentSelectionMarkState.

UNSELECTED

public static final DocumentSelectionMarkState UNSELECTED

Static value unselected for DocumentSelectionMarkState.

Constructor Details

DocumentSelectionMarkState

@Deprecated
public DocumentSelectionMarkState()

Deprecated

Use the fromString(String name) factory method.

Creates a DocumentSelectionMarkState object.

Method Details

fromString

public static DocumentSelectionMarkState fromString(String name)

Creates or finds a DocumentSelectionMarkState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DocumentSelectionMarkState.

values

public static Collection values()

Returns known DocumentSelectionMarkState values.

Returns:

known DocumentSelectionMarkState values.

Applies to