StatusLevelTypes Class

public final class StatusLevelTypes
extends ExpandableStringEnum<StatusLevelTypes>

The level code.

Field Summary

Modifier and Type Field and Description
static final StatusLevelTypes ERROR

Static value Error for StatusLevelTypes.

static final StatusLevelTypes INFO

Static value Info for StatusLevelTypes.

static final StatusLevelTypes WARNING

Static value Warning for StatusLevelTypes.

Constructor Summary

Constructor Description
StatusLevelTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StatusLevelTypes value.

Method Summary

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

Creates or finds a StatusLevelTypes from its string representation.

static Collection<StatusLevelTypes> values()

Gets known StatusLevelTypes values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ERROR

public static final StatusLevelTypes ERROR

Static value Error for StatusLevelTypes.

INFO

public static final StatusLevelTypes INFO

Static value Info for StatusLevelTypes.

WARNING

public static final StatusLevelTypes WARNING

Static value Warning for StatusLevelTypes.

Constructor Details

StatusLevelTypes

@Deprecated
public StatusLevelTypes()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of StatusLevelTypes value.

Method Details

fromString

public static StatusLevelTypes fromString(String name)

Creates or finds a StatusLevelTypes from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding StatusLevelTypes.

values

public static Collection values()

Gets known StatusLevelTypes values.

Returns:

known StatusLevelTypes values.

Applies to