Share via


StatusLevelTypes Class

public final class StatusLevelTypes
extends ExpandableStringEnum<StatusLevelTypes>

Level code.

Field Summary

Modifier and Type Field and Description
static final StatusLevelTypes ERROR

Error.

static final StatusLevelTypes INFO

Info.

static final StatusLevelTypes WARNING

Warning.

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

Error.

INFO

public static final StatusLevelTypes INFO

Info.

WARNING

public static final StatusLevelTypes WARNING

Warning.

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

Gets known StatusLevelTypes values.

Returns:

known StatusLevelTypes values.

Applies to