Identifier Class

public final class Identifier
extends ExpandableStringEnum<Identifier>

Defines values for Identifier.

Field Summary

Modifier and Type Field and Description
static final Identifier MONITOR_SERVICE_LIST

Static value MonitorServiceList for Identifier.

Constructor Summary

Constructor Description
Identifier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Identifier value.

Method Summary

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

Creates or finds a Identifier from its string representation.

static Collection<Identifier> values()

Gets known Identifier values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

MONITOR_SERVICE_LIST

public static final Identifier MONITOR_SERVICE_LIST

Static value MonitorServiceList for Identifier.

Constructor Details

Identifier

@Deprecated
public Identifier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of Identifier value.

Method Details

fromString

public static Identifier fromString(String name)

Creates or finds a Identifier from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding Identifier.

values

public static Collection<Identifier> values()

Gets known Identifier values.

Returns:

known Identifier values.

Applies to