public class FlowElement extends FlowBaseElement
Java class for FlowElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowElement">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowBaseElement">
<sequence>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
name |
processMetadataValues| Constructor and Description |
|---|
FlowElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
String |
getName()
Gets the value of the name property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setName(String value)
Sets the value of the name property.
|
getProcessMetadataValuespublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getName()
StringCopyright © 2016. All rights reserved.