DataflowMappingType Class

public final class DataflowMappingType
extends ExpandableStringEnum<DataflowMappingType>

Dataflow type mapping properties.

Field Summary

Modifier and Type Field and Description
static final DataflowMappingType BUILT_IN_FUNCTION

Built in function type.

static final DataflowMappingType COMPUTE

Compute type.

static final DataflowMappingType NEW_PROPERTIES

New Properties type.

static final DataflowMappingType PASS_THROUGH

Pass-through type.

static final DataflowMappingType RENAME

Rename type.

Constructor Summary

Constructor Description
DataflowMappingType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataflowMappingType value.

Method Summary

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

Creates or finds a DataflowMappingType from its string representation.

static Collection<DataflowMappingType> values()

Gets known DataflowMappingType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BUILT_IN_FUNCTION

public static final DataflowMappingType BUILT_IN_FUNCTION

Built in function type.

COMPUTE

public static final DataflowMappingType COMPUTE

Compute type.

NEW_PROPERTIES

public static final DataflowMappingType NEW_PROPERTIES

New Properties type.

PASS_THROUGH

public static final DataflowMappingType PASS_THROUGH

Pass-through type.

RENAME

public static final DataflowMappingType RENAME

Rename type.

Constructor Details

DataflowMappingType

@Deprecated
public DataflowMappingType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataflowMappingType value.

Method Details

fromString

public static DataflowMappingType fromString(String name)

Creates or finds a DataflowMappingType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DataflowMappingType.

values

public static Collection<DataflowMappingType> values()

Gets known DataflowMappingType values.

Returns:

known DataflowMappingType values.

Applies to