OperatorType Class

public final class OperatorType
extends ExpandableStringEnum<OperatorType>

Type of the operator.

Field Summary

Modifier and Type Field and Description
static final OperatorType FLUX

Static value Flux for OperatorType.

Constructor Summary

Constructor Description
OperatorType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OperatorType value.

Method Summary

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

Creates or finds a OperatorType from its string representation.

static Collection<OperatorType> values()

Gets known OperatorType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FLUX

public static final OperatorType FLUX

Static value Flux for OperatorType.

Constructor Details

OperatorType

@Deprecated
public OperatorType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OperatorType value.

Method Details

fromString

public static OperatorType fromString(String name)

Creates or finds a OperatorType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OperatorType.

values

public static Collection values()

Gets known OperatorType values.

Returns:

known OperatorType values.

Applies to