ConsoleEnabled Class

public final class ConsoleEnabled
extends ExpandableStringEnum<ConsoleEnabled>

The indicator of whether the console access is enabled.

Field Summary

Modifier and Type Field and Description
static final ConsoleEnabled FALSE

Static value False for ConsoleEnabled.

static final ConsoleEnabled TRUE

Static value True for ConsoleEnabled.

Constructor Summary

Constructor Description
ConsoleEnabled()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ConsoleEnabled value.

Method Summary

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

Creates or finds a ConsoleEnabled from its string representation.

static Collection<ConsoleEnabled> values()

Gets known ConsoleEnabled values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final ConsoleEnabled FALSE

Static value False for ConsoleEnabled.

TRUE

public static final ConsoleEnabled TRUE

Static value True for ConsoleEnabled.

Constructor Details

ConsoleEnabled

@Deprecated
public ConsoleEnabled()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ConsoleEnabled value.

Method Details

fromString

public static ConsoleEnabled fromString(String name)

Creates or finds a ConsoleEnabled from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ConsoleEnabled.

values

public static Collection<ConsoleEnabled> values()

Gets known ConsoleEnabled values.

Returns:

known ConsoleEnabled values.

Applies to