ExpressionV2Type Class

public final class ExpressionV2Type
extends ExpandableStringEnum<ExpressionV2Type>

Type of expressions supported by the system. Type: string.

Field Summary

Modifier and Type Field and Description
static final ExpressionV2Type BINARY

Static value Binary for ExpressionV2Type.

static final ExpressionV2Type CONSTANT

Static value Constant for ExpressionV2Type.

static final ExpressionV2Type FIELD

Static value Field for ExpressionV2Type.

static final ExpressionV2Type NARY

Static value NAry for ExpressionV2Type.

static final ExpressionV2Type UNARY

Static value Unary for ExpressionV2Type.

Constructor Summary

Constructor Description
ExpressionV2Type()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpressionV2Type value.

Method Summary

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

Creates or finds a ExpressionV2Type from its string representation.

static Collection<ExpressionV2Type> values()

Gets known ExpressionV2Type values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BINARY

public static final ExpressionV2Type BINARY

Static value Binary for ExpressionV2Type.

CONSTANT

public static final ExpressionV2Type CONSTANT

Static value Constant for ExpressionV2Type.

FIELD

public static final ExpressionV2Type FIELD

Static value Field for ExpressionV2Type.

NARY

public static final ExpressionV2Type NARY

Static value NAry for ExpressionV2Type.

UNARY

public static final ExpressionV2Type UNARY

Static value Unary for ExpressionV2Type.

Constructor Details

ExpressionV2Type

@Deprecated
public ExpressionV2Type()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpressionV2Type value.

Method Details

fromString

public static ExpressionV2Type fromString(String name)

Creates or finds a ExpressionV2Type from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ExpressionV2Type.

values

public static Collection<ExpressionV2Type> values()

Gets known ExpressionV2Type values.

Returns:

known ExpressionV2Type values.

Applies to