public class FlowLoop extends FlowNode
Java class for FlowLoop complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowLoop">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowNode">
<sequence>
<element name="assignNextValueToReference" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="collectionReference" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="iterationOrder" type="{urn:tooling.soap.sforce.com}IterationOrder" minOccurs="0"/>
<element name="nextValueConnector" type="{urn:metadata.tooling.soap.sforce.com}FlowConnector" minOccurs="0"/>
<element name="noMoreValuesConnector" type="{urn:metadata.tooling.soap.sforce.com}FlowConnector" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
assignNextValueToReference |
protected String |
collectionReference |
protected IterationOrder |
iterationOrder |
protected FlowConnector |
nextValueConnector |
protected FlowConnector |
noMoreValuesConnector |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowLoop() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAssignNextValueToReference()
Gets the value of the assignNextValueToReference property.
|
String |
getCollectionReference()
Gets the value of the collectionReference property.
|
IterationOrder |
getIterationOrder()
Gets the value of the iterationOrder property.
|
FlowConnector |
getNextValueConnector()
Gets the value of the nextValueConnector property.
|
FlowConnector |
getNoMoreValuesConnector()
Gets the value of the noMoreValuesConnector property.
|
void |
setAssignNextValueToReference(String value)
Sets the value of the assignNextValueToReference property.
|
void |
setCollectionReference(String value)
Sets the value of the collectionReference property.
|
void |
setIterationOrder(IterationOrder value)
Sets the value of the iterationOrder property.
|
void |
setNextValueConnector(FlowConnector value)
Sets the value of the nextValueConnector property.
|
void |
setNoMoreValuesConnector(FlowConnector value)
Sets the value of the noMoreValuesConnector property.
|
getLabel, getLocationX, getLocationY, setLabel, setLocationX, setLocationYgetDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected String assignNextValueToReference
protected String collectionReference
protected IterationOrder iterationOrder
protected FlowConnector nextValueConnector
protected FlowConnector noMoreValuesConnector
public String getAssignNextValueToReference()
Stringpublic void setAssignNextValueToReference(String value)
value - allowed object is
Stringpublic String getCollectionReference()
Stringpublic void setCollectionReference(String value)
value - allowed object is
Stringpublic IterationOrder getIterationOrder()
IterationOrderpublic void setIterationOrder(IterationOrder value)
value - allowed object is
IterationOrderpublic FlowConnector getNextValueConnector()
FlowConnectorpublic void setNextValueConnector(FlowConnector value)
value - allowed object is
FlowConnectorpublic FlowConnector getNoMoreValuesConnector()
FlowConnectorpublic void setNoMoreValuesConnector(FlowConnector value)
value - allowed object is
FlowConnectorCopyright © 2016. All rights reserved.