public class FlowConnector extends FlowBaseElement
Java class for FlowConnector complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowConnector">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowBaseElement">
<sequence>
<element name="targetReference" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
targetReference |
processMetadataValues| Constructor and Description |
|---|
FlowConnector() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTargetReference()
Gets the value of the targetReference property.
|
void |
setTargetReference(String value)
Sets the value of the targetReference property.
|
getProcessMetadataValuesCopyright © 2016. All rights reserved.