public class FlowChoice extends FlowElement
Java class for FlowChoice complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowChoice">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowElement">
<sequence>
<element name="choiceText" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataType" type="{urn:tooling.soap.sforce.com}FlowDataType"/>
<element name="userInput" type="{urn:metadata.tooling.soap.sforce.com}FlowChoiceUserInput" minOccurs="0"/>
<element name="value" type="{urn:metadata.tooling.soap.sforce.com}FlowElementReferenceOrValue" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
choiceText |
protected FlowDataType |
dataType |
protected FlowChoiceUserInput |
userInput |
protected FlowElementReferenceOrValue |
value |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowChoice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChoiceText()
Gets the value of the choiceText property.
|
FlowDataType |
getDataType()
Gets the value of the dataType property.
|
FlowChoiceUserInput |
getUserInput()
Gets the value of the userInput property.
|
FlowElementReferenceOrValue |
getValue()
Gets the value of the value property.
|
void |
setChoiceText(String value)
Sets the value of the choiceText property.
|
void |
setDataType(FlowDataType value)
Sets the value of the dataType property.
|
void |
setUserInput(FlowChoiceUserInput value)
Sets the value of the userInput property.
|
void |
setValue(FlowElementReferenceOrValue value)
Sets the value of the value property.
|
getDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected String choiceText
protected FlowDataType dataType
protected FlowChoiceUserInput userInput
protected FlowElementReferenceOrValue value
public String getChoiceText()
Stringpublic void setChoiceText(String value)
value - allowed object is
Stringpublic FlowDataType getDataType()
FlowDataTypepublic void setDataType(FlowDataType value)
value - allowed object is
FlowDataTypepublic FlowChoiceUserInput getUserInput()
FlowChoiceUserInputpublic void setUserInput(FlowChoiceUserInput value)
value - allowed object is
FlowChoiceUserInputpublic FlowElementReferenceOrValue getValue()
FlowElementReferenceOrValuepublic void setValue(FlowElementReferenceOrValue value)
value - allowed object is
FlowElementReferenceOrValueCopyright © 2016. All rights reserved.