DocumentTableCellKind Class

public final class DocumentTableCellKind
extends ExpandableStringEnum<DocumentTableCellKind>

Defines values for DocumentTableCellKind.

Field Summary

Modifier and Type Field and Description
static final DocumentTableCellKind COLUMN_HEADER

Static value columnHeader for DocumentTableCellKind.

static final DocumentTableCellKind CONTENT

Static value content for DocumentTableCellKind.

static final DocumentTableCellKind DESCRIPTION

Static value description for DocumentTableCellKind.

static final DocumentTableCellKind ROW_HEADER

Static value rowHeader for DocumentTableCellKind.

static final DocumentTableCellKind STUB_HEAD

Static value stubHead for DocumentTableCellKind.

Constructor Summary

Constructor Description
DocumentTableCellKind()

Deprecated

Use the fromString(String name) factory method.

Creates a DocumentTableCellKind object.

Method Summary

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

Creates or finds a DocumentTableCellKind from its string representation.

static Collection<DocumentTableCellKind> values()

Returns known DocumentTableCellKind values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

COLUMN_HEADER

public static final DocumentTableCellKind COLUMN_HEADER

Static value columnHeader for DocumentTableCellKind.

CONTENT

public static final DocumentTableCellKind CONTENT

Static value content for DocumentTableCellKind.

DESCRIPTION

public static final DocumentTableCellKind DESCRIPTION

Static value description for DocumentTableCellKind.

ROW_HEADER

public static final DocumentTableCellKind ROW_HEADER

Static value rowHeader for DocumentTableCellKind.

STUB_HEAD

public static final DocumentTableCellKind STUB_HEAD

Static value stubHead for DocumentTableCellKind.

Constructor Details

DocumentTableCellKind

@Deprecated
public DocumentTableCellKind()

Deprecated

Use the fromString(String name) factory method.

Creates a DocumentTableCellKind object.

Method Details

fromString

public static DocumentTableCellKind fromString(String name)

Creates or finds a DocumentTableCellKind from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DocumentTableCellKind.

values

public static Collection values()

Returns known DocumentTableCellKind values.

Returns:

known DocumentTableCellKind values.

Applies to