| Package | Description |
|---|---|
| com.sforce.soap.tooling | |
| com.sforce.soap.tooling.metadata |
| Modifier and Type | Method and Description |
|---|---|
static FlowDataType |
FlowDataType.fromValue(String v) |
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 | Field and Description |
|---|---|
protected FlowDataType |
FlowScreenField.dataType |
protected FlowDataType |
FlowFormula.dataType |
protected FlowDataType |
FlowDynamicChoiceSet.dataType |
protected FlowDataType |
FlowChoice.dataType |
protected FlowDataType |
FlowVariable.dataType |
protected FlowDataType |
FlowConstant.dataType |
| Modifier and Type | Method and Description |
|---|---|
FlowDataType |
FlowScreenField.getDataType()
Gets the value of the dataType property.
|
FlowDataType |
FlowFormula.getDataType()
Gets the value of the dataType property.
|
FlowDataType |
FlowDynamicChoiceSet.getDataType()
Gets the value of the dataType property.
|
FlowDataType |
FlowChoice.getDataType()
Gets the value of the dataType property.
|
FlowDataType |
FlowVariable.getDataType()
Gets the value of the dataType property.
|
FlowDataType |
FlowConstant.getDataType()
Gets the value of the dataType property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowScreenField.setDataType(FlowDataType value)
Sets the value of the dataType property.
|
void |
FlowFormula.setDataType(FlowDataType value)
Sets the value of the dataType property.
|
void |
FlowDynamicChoiceSet.setDataType(FlowDataType value)
Sets the value of the dataType property.
|
void |
FlowChoice.setDataType(FlowDataType value)
Sets the value of the dataType property.
|
void |
FlowVariable.setDataType(FlowDataType value)
Sets the value of the dataType property.
|
void |
FlowConstant.setDataType(FlowDataType value)
Sets the value of the dataType property.
|
Copyright © 2016. All rights reserved.