FlowType Class

public final class FlowType
extends ExpandableStringEnum<FlowType>

Defines values for FlowType.

Field Summary

Modifier and Type Field and Description
static final FlowType BLUEFIELD

Static value Bluefield for FlowType.

Constructor Summary

Constructor Description
FlowType()

Method Summary

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

Creates or finds a FlowType from its string representation.

static Collection<FlowType> values()

Gets known FlowType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BLUEFIELD

public static final FlowType BLUEFIELD

Static value Bluefield for FlowType.

Constructor Details

FlowType

public FlowType()

Method Details

fromString

public static FlowType fromString(String name)

Creates or finds a FlowType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding FlowType.

values

public static Collection values()

Gets known FlowType values.

Returns:

known FlowType values.

Applies to