FunctionShellToolParamEnvironmentType Class

public final class FunctionShellToolParamEnvironmentType
extends ExpandableStringEnum<FunctionShellToolParamEnvironmentType>

Defines values for FunctionShellToolParamEnvironmentType.

Field Summary

Modifier and Type Field and Description
static final FunctionShellToolParamEnvironmentType CONTAINER_AUTO

Static value container_auto for FunctionShellToolParamEnvironmentType.

static final FunctionShellToolParamEnvironmentType CONTAINER_REFERENCE

Static value container_reference for FunctionShellToolParamEnvironmentType.

static final FunctionShellToolParamEnvironmentType LOCAL

Static value local for FunctionShellToolParamEnvironmentType.

Constructor Summary

Constructor Description
FunctionShellToolParamEnvironmentType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FunctionShellToolParamEnvironmentType value.

Method Summary

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

Creates or finds a FunctionShellToolParamEnvironmentType from its string representation.

static Collection<FunctionShellToolParamEnvironmentType> values()

Gets known FunctionShellToolParamEnvironmentType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONTAINER_AUTO

public static final FunctionShellToolParamEnvironmentType CONTAINER_AUTO

Static value container_auto for FunctionShellToolParamEnvironmentType.

CONTAINER_REFERENCE

public static final FunctionShellToolParamEnvironmentType CONTAINER_REFERENCE

Static value container_reference for FunctionShellToolParamEnvironmentType.

LOCAL

public static final FunctionShellToolParamEnvironmentType LOCAL

Static value local for FunctionShellToolParamEnvironmentType.

Constructor Details

FunctionShellToolParamEnvironmentType

@Deprecated
public FunctionShellToolParamEnvironmentType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FunctionShellToolParamEnvironmentType value.

Method Details

fromString

public static FunctionShellToolParamEnvironmentType fromString(String name)

Creates or finds a FunctionShellToolParamEnvironmentType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding FunctionShellToolParamEnvironmentType.

values

public static Collection<FunctionShellToolParamEnvironmentType> values()

Gets known FunctionShellToolParamEnvironmentType values.

Returns:

known FunctionShellToolParamEnvironmentType values.

Applies to