| Modifier and Type | Method and Description |
|---|---|
FlowDataType |
FlowVariable.getDataType() |
FlowDataType |
FlowConstant.getDataType() |
FlowDataType |
FlowScreenField.getDataType() |
FlowDataType |
FlowFormula.getDataType() |
FlowDataType |
FlowChoice.getDataType() |
FlowDataType |
FlowDynamicChoiceSet.getDataType() |
static FlowDataType |
FlowDataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowDataType[] |
FlowDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowVariable.setDataType(FlowDataType dataType) |
void |
FlowConstant.setDataType(FlowDataType dataType) |
void |
FlowScreenField.setDataType(FlowDataType dataType) |
void |
FlowFormula.setDataType(FlowDataType dataType) |
void |
FlowChoice.setDataType(FlowDataType dataType) |
void |
FlowDynamicChoiceSet.setDataType(FlowDataType dataType) |
Copyright © 2017. All Rights Reserved.