次の方法で共有


EnvironmentTypeEnableStatus Class

public final class EnvironmentTypeEnableStatus
extends ExpandableStringEnum<EnvironmentTypeEnableStatus>

Indicates whether the environment type is either enabled or disabled.

Field Summary

Modifier and Type Field and Description
static final EnvironmentTypeEnableStatus DISABLED

Static value Disabled for EnvironmentTypeEnableStatus.

static final EnvironmentTypeEnableStatus ENABLED

Static value Enabled for EnvironmentTypeEnableStatus.

Constructor Summary

Constructor Description
EnvironmentTypeEnableStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EnvironmentTypeEnableStatus value.

Method Summary

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

Creates or finds a EnvironmentTypeEnableStatus from its string representation.

static Collection<EnvironmentTypeEnableStatus> values()

Gets known EnvironmentTypeEnableStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final EnvironmentTypeEnableStatus DISABLED

Static value Disabled for EnvironmentTypeEnableStatus.

ENABLED

public static final EnvironmentTypeEnableStatus ENABLED

Static value Enabled for EnvironmentTypeEnableStatus.

Constructor Details

EnvironmentTypeEnableStatus

@Deprecated
public EnvironmentTypeEnableStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EnvironmentTypeEnableStatus value.

Method Details

fromString

public static EnvironmentTypeEnableStatus fromString(String name)

Creates or finds a EnvironmentTypeEnableStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EnvironmentTypeEnableStatus.

values

public static Collection<EnvironmentTypeEnableStatus> values()

Gets known EnvironmentTypeEnableStatus values.

Returns:

known EnvironmentTypeEnableStatus values.

Applies to