StatusLevelTypes Class

public final class StatusLevelTypes
extends ExpandableStringEnum<StatusLevelTypes>

Defines values for StatusLevelTypes.

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()

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

public StatusLevelTypes()

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<StatusLevelTypes> values()

Gets known StatusLevelTypes values.

Returns:

known StatusLevelTypes values.

Applies to