SourceEnum Class

public final class SourceEnum
extends ExpandableStringEnum<SourceEnum>

Table's creator.

Field Summary

Modifier and Type Field and Description
static final SourceEnum CUSTOMER

Tables created by the owner of the Workspace, and only found in this Workspace.

static final SourceEnum MICROSOFT

Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means.

Constructor Summary

Constructor Description
SourceEnum()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SourceEnum value.

Method Summary

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

Creates or finds a SourceEnum from its string representation.

static Collection<SourceEnum> values()

Gets known SourceEnum values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CUSTOMER

public static final SourceEnum CUSTOMER

Tables created by the owner of the Workspace, and only found in this Workspace.

MICROSOFT

public static final SourceEnum MICROSOFT

Tables provisioned by the system, as collected via Diagnostic Settings, the Agents, or any other standard data collection means.

Constructor Details

SourceEnum

@Deprecated
public SourceEnum()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SourceEnum value.

Method Details

fromString

public static SourceEnum fromString(String name)

Creates or finds a SourceEnum from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SourceEnum.

values

public static Collection<SourceEnum> values()

Gets known SourceEnum values.

Returns:

known SourceEnum values.

Applies to