EnvironmentVariableType Class

public final class EnvironmentVariableType
extends ExpandableStringEnum<EnvironmentVariableType>

Type of Environment Variable Type of the Environment Variable. Possible values are: local - For local variable.

Field Summary

Modifier and Type Field and Description
static final EnvironmentVariableType LOCAL

Static value local for EnvironmentVariableType.

Constructor Summary

Constructor Description
EnvironmentVariableType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EnvironmentVariableType value.

Method Summary

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

Creates or finds a EnvironmentVariableType from its string representation.

static Collection<EnvironmentVariableType> values()

Gets known EnvironmentVariableType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

LOCAL

public static final EnvironmentVariableType LOCAL

Static value local for EnvironmentVariableType.

Constructor Details

EnvironmentVariableType

@Deprecated
public EnvironmentVariableType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EnvironmentVariableType value.

Method Details

fromString

public static EnvironmentVariableType fromString(String name)

Creates or finds a EnvironmentVariableType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EnvironmentVariableType.

values

public static Collection<EnvironmentVariableType> values()

Gets known EnvironmentVariableType values.

Returns:

known EnvironmentVariableType values.

Applies to