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