Freigeben über


LanguageRuntime Class

public final class LanguageRuntime
extends ExpandableStringEnum<LanguageRuntime>

Object representing LanguageRuntime for Manged CCF.

Field Summary

Modifier and Type Field and Description
static final LanguageRuntime CPP

Static value CPP for LanguageRuntime.

static final LanguageRuntime JS

Static value JS for LanguageRuntime.

Constructor Summary

Constructor Description
LanguageRuntime()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LanguageRuntime value.

Method Summary

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

Creates or finds a LanguageRuntime from its string representation.

static Collection<LanguageRuntime> values()

Gets known LanguageRuntime values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CPP

public static final LanguageRuntime CPP

Static value CPP for LanguageRuntime.

JS

public static final LanguageRuntime JS

Static value JS for LanguageRuntime.

Constructor Details

LanguageRuntime

@Deprecated
public LanguageRuntime()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LanguageRuntime value.

Method Details

fromString

public static LanguageRuntime fromString(String name)

Creates or finds a LanguageRuntime from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding LanguageRuntime.

values

public static Collection values()

Gets known LanguageRuntime values.

Returns:

known LanguageRuntime values.

Applies to