| Package | Description |
|---|---|
| com.sforce.soap.tooling | |
| com.sforce.soap.tooling.metadata |
| Modifier and Type | Method and Description |
|---|---|
static FlowComparisonOperator |
FlowComparisonOperator.fromValue(String v) |
static FlowComparisonOperator |
FlowComparisonOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowComparisonOperator[] |
FlowComparisonOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected FlowComparisonOperator |
FlowCondition.operator |
| Modifier and Type | Method and Description |
|---|---|
FlowComparisonOperator |
FlowCondition.getOperator()
Gets the value of the operator property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FlowCondition.setOperator(FlowComparisonOperator value)
Sets the value of the operator property.
|
Copyright © 2016. All rights reserved.