ExpressionEvaluationOptionsScopeType Class

public final class ExpressionEvaluationOptionsScopeType
extends ExpandableStringEnum<ExpressionEvaluationOptionsScopeType>

The scope to be used for evaluation of parameters, variables and functions in a nested template.

Field Summary

Modifier and Type Field and Description
static final ExpressionEvaluationOptionsScopeType INNER

Static value Inner for ExpressionEvaluationOptionsScopeType.

static final ExpressionEvaluationOptionsScopeType NOT_SPECIFIED

Static value NotSpecified for ExpressionEvaluationOptionsScopeType.

static final ExpressionEvaluationOptionsScopeType OUTER

Static value Outer for ExpressionEvaluationOptionsScopeType.

Constructor Summary

Constructor Description
ExpressionEvaluationOptionsScopeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpressionEvaluationOptionsScopeType value.

Method Summary

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

Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.

static Collection<ExpressionEvaluationOptionsScopeType> values()

Gets known ExpressionEvaluationOptionsScopeType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

INNER

public static final ExpressionEvaluationOptionsScopeType INNER

Static value Inner for ExpressionEvaluationOptionsScopeType.

NOT_SPECIFIED

public static final ExpressionEvaluationOptionsScopeType NOT_SPECIFIED

Static value NotSpecified for ExpressionEvaluationOptionsScopeType.

OUTER

public static final ExpressionEvaluationOptionsScopeType OUTER

Static value Outer for ExpressionEvaluationOptionsScopeType.

Constructor Details

ExpressionEvaluationOptionsScopeType

@Deprecated
public ExpressionEvaluationOptionsScopeType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpressionEvaluationOptionsScopeType value.

Method Details

fromString

public static ExpressionEvaluationOptionsScopeType fromString(String name)

Creates or finds a ExpressionEvaluationOptionsScopeType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ExpressionEvaluationOptionsScopeType.

values

public static Collection values()

Gets known ExpressionEvaluationOptionsScopeType values.

Returns:

known ExpressionEvaluationOptionsScopeType values.

Applies to