public class FlowStep extends FlowNode
Java class for FlowStep complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowStep">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowNode">
<sequence>
<element name="connectors" type="{urn:metadata.tooling.soap.sforce.com}FlowConnector" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<FlowConnector> |
connectors |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowStep() |
| Modifier and Type | Method and Description |
|---|---|
List<FlowConnector> |
getConnectors()
Gets the value of the connectors property.
|
getLabel, getLocationX, getLocationY, setLabel, setLocationX, setLocationYgetDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected List<FlowConnector> connectors
public List<FlowConnector> getConnectors()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the connectors property.
For example, to add a new item, do as follows:
getConnectors().add(newItem);
Objects of the following type(s) are allowed in the list
FlowConnector
Copyright © 2016. All rights reserved.