IsEnabled Class

public final class IsEnabled
extends ExpandableStringEnum<IsEnabled>

Indicates whether the extension is enabled.

Field Summary

Modifier and Type Field and Description
static final IsEnabled FALSE

Static value False for IsEnabled.

static final IsEnabled TRUE

Static value True for IsEnabled.

Constructor Summary

Constructor Description
IsEnabled()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsEnabled value.

Method Summary

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

Creates or finds a IsEnabled from its string representation.

static Collection<IsEnabled> values()

Gets known IsEnabled values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final IsEnabled FALSE

Static value False for IsEnabled.

TRUE

public static final IsEnabled TRUE

Static value True for IsEnabled.

Constructor Details

IsEnabled

@Deprecated
public IsEnabled()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IsEnabled value.

Method Details

fromString

public static IsEnabled fromString(String name)

Creates or finds a IsEnabled from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IsEnabled.

values

public static Collection values()

Gets known IsEnabled values.

Returns:

known IsEnabled values.

Applies to