AnomalyValue Class

public final class AnomalyValue
extends ExpandableStringEnum<AnomalyValue>

Defines values for AnomalyValue.

Field Summary

Modifier and Type Field and Description
static final AnomalyValue ANOMALY

Static value Anomaly for AnomalyValue.

static final AnomalyValue AUTO_DETECT

Static value AutoDetect for AnomalyValue.

static final AnomalyValue NOT_ANOMALY

Static value NotAnomaly for AnomalyValue.

Constructor Summary

Constructor Description
AnomalyValue()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AnomalyValue value.

Method Summary

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

Creates or finds a AnomalyValue from its string representation.

static Collection<AnomalyValue> values()

Gets known AnomalyValue values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ANOMALY

public static final AnomalyValue ANOMALY

Static value Anomaly for AnomalyValue.

AUTO_DETECT

public static final AnomalyValue AUTO_DETECT

Static value AutoDetect for AnomalyValue.

NOT_ANOMALY

public static final AnomalyValue NOT_ANOMALY

Static value NotAnomaly for AnomalyValue.

Constructor Details

AnomalyValue

@Deprecated
public AnomalyValue()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AnomalyValue value.

Method Details

fromString

public static AnomalyValue fromString(String name)

Creates or finds a AnomalyValue from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AnomalyValue.

values

public static Collection values()

Gets known AnomalyValue values.

Returns:

known AnomalyValue values.

Applies to