public final class DataFlowModelProperty extends ExecutionProperty<DataFlowModelProperty.Value>
Modifier and Type | Class and Description |
---|---|
static class |
DataFlowModelProperty.Value
Possible values of DataFlowModel ExecutionProperty.
|
ExecutionProperty.Key
Modifier and Type | Method and Description |
---|---|
static DataFlowModelProperty |
of(DataFlowModelProperty.Value value)
Static method exposing the constructor.
|
getKey, getValue
public static DataFlowModelProperty of(DataFlowModelProperty.Value value)
value
- value of the new execution property.Copyright © 2018. All rights reserved.