DataFlowDebugCommandType Class

public final class DataFlowDebugCommandType
extends ExpandableStringEnum<DataFlowDebugCommandType>

The command type.

Field Summary

Modifier and Type Field and Description
static final DataFlowDebugCommandType EXECUTE_EXPRESSION_QUERY

Static value executeExpressionQuery for DataFlowDebugCommandType.

static final DataFlowDebugCommandType EXECUTE_PREVIEW_QUERY

Static value executePreviewQuery for DataFlowDebugCommandType.

static final DataFlowDebugCommandType EXECUTE_STATISTICS_QUERY

Static value executeStatisticsQuery for DataFlowDebugCommandType.

Constructor Summary

Constructor Description
DataFlowDebugCommandType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataFlowDebugCommandType value.

Method Summary

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

Creates or finds a DataFlowDebugCommandType from its string representation.

static Collection<DataFlowDebugCommandType> values()

Gets known DataFlowDebugCommandType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EXECUTE_EXPRESSION_QUERY

public static final DataFlowDebugCommandType EXECUTE_EXPRESSION_QUERY

Static value executeExpressionQuery for DataFlowDebugCommandType.

EXECUTE_PREVIEW_QUERY

public static final DataFlowDebugCommandType EXECUTE_PREVIEW_QUERY

Static value executePreviewQuery for DataFlowDebugCommandType.

EXECUTE_STATISTICS_QUERY

public static final DataFlowDebugCommandType EXECUTE_STATISTICS_QUERY

Static value executeStatisticsQuery for DataFlowDebugCommandType.

Constructor Details

DataFlowDebugCommandType

@Deprecated
public DataFlowDebugCommandType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of DataFlowDebugCommandType value.

Method Details

fromString

public static DataFlowDebugCommandType fromString(String name)

Creates or finds a DataFlowDebugCommandType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding DataFlowDebugCommandType.

values

public static Collection<DataFlowDebugCommandType> values()

Gets known DataFlowDebugCommandType values.

Returns:

known DataFlowDebugCommandType values.

Applies to