public class FlowDecision extends FlowNode
Java class for FlowDecision complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowDecision">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowNode">
<sequence>
<element name="defaultConnector" type="{urn:metadata.tooling.soap.sforce.com}FlowConnector" minOccurs="0"/>
<element name="defaultConnectorLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="rules" type="{urn:metadata.tooling.soap.sforce.com}FlowRule" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FlowConnector |
defaultConnector |
protected String |
defaultConnectorLabel |
protected List<FlowRule> |
rules |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowDecision() |
| Modifier and Type | Method and Description |
|---|---|
FlowConnector |
getDefaultConnector()
Gets the value of the defaultConnector property.
|
String |
getDefaultConnectorLabel()
Gets the value of the defaultConnectorLabel property.
|
List<FlowRule> |
getRules()
Gets the value of the rules property.
|
void |
setDefaultConnector(FlowConnector value)
Sets the value of the defaultConnector property.
|
void |
setDefaultConnectorLabel(String value)
Sets the value of the defaultConnectorLabel property.
|
getLabel, getLocationX, getLocationY, setLabel, setLocationX, setLocationYgetDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected FlowConnector defaultConnector
protected String defaultConnectorLabel
public FlowConnector getDefaultConnector()
FlowConnectorpublic void setDefaultConnector(FlowConnector value)
value - allowed object is
FlowConnectorpublic String getDefaultConnectorLabel()
Stringpublic void setDefaultConnectorLabel(String value)
value - allowed object is
Stringpublic List<FlowRule> getRules()
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 rules property.
For example, to add a new item, do as follows:
getRules().add(newItem);
Objects of the following type(s) are allowed in the list
FlowRule
Copyright © 2016. All rights reserved.