ExpressionType Class

public final class ExpressionType
extends ExpandableStringEnum<ExpressionType>

Expression type.

Field Summary

Modifier and Type Field and Description
static final ExpressionType EXPRESSION

Static value Expression for ExpressionType.

Constructor Summary

Constructor Description
ExpressionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpressionType value.

Method Summary

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

Creates or finds a ExpressionType from its string representation.

static Collection<ExpressionType> values()

Gets known ExpressionType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EXPRESSION

public static final ExpressionType EXPRESSION

Static value Expression for ExpressionType.

Constructor Details

ExpressionType

@Deprecated
public ExpressionType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpressionType value.

Method Details

fromString

public static ExpressionType fromString(String name)

Creates or finds a ExpressionType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ExpressionType.

values

public static Collection<ExpressionType> values()

Gets known ExpressionType values.

Returns:

known ExpressionType values.

Applies to