UsageIndicator Class

public final class UsageIndicator
extends ExpandableStringEnum<UsageIndicator>

The usage indicator.

Field Summary

Modifier and Type Field and Description
static final UsageIndicator INFORMATION

Static value Information for UsageIndicator.

static final UsageIndicator NOT_SPECIFIED

Static value NotSpecified for UsageIndicator.

static final UsageIndicator PRODUCTION

Static value Production for UsageIndicator.

static final UsageIndicator TEST

Static value Test for UsageIndicator.

Constructor Summary

Constructor Description
UsageIndicator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UsageIndicator value.

Method Summary

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

Creates or finds a UsageIndicator from its string representation.

static Collection<UsageIndicator> values()

Gets known UsageIndicator values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

INFORMATION

public static final UsageIndicator INFORMATION

Static value Information for UsageIndicator.

NOT_SPECIFIED

public static final UsageIndicator NOT_SPECIFIED

Static value NotSpecified for UsageIndicator.

PRODUCTION

public static final UsageIndicator PRODUCTION

Static value Production for UsageIndicator.

TEST

public static final UsageIndicator TEST

Static value Test for UsageIndicator.

Constructor Details

UsageIndicator

@Deprecated
public UsageIndicator()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UsageIndicator value.

Method Details

fromString

public static UsageIndicator fromString(String name)

Creates or finds a UsageIndicator from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding UsageIndicator.

values

public static Collection values()

Gets known UsageIndicator values.

Returns:

known UsageIndicator values.

Applies to