public class FlowScreen extends FlowNode
Java class for FlowScreen complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowScreen">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowNode">
<sequence>
<element name="allowBack" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="allowFinish" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="allowPause" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="connector" type="{urn:metadata.tooling.soap.sforce.com}FlowConnector" minOccurs="0"/>
<element name="fields" type="{urn:metadata.tooling.soap.sforce.com}FlowScreenField" maxOccurs="unbounded" minOccurs="0"/>
<element name="helpText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="pausedText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
allowBack |
protected Boolean |
allowFinish |
protected Boolean |
allowPause |
protected FlowConnector |
connector |
protected List<FlowScreenField> |
fields |
protected String |
helpText |
protected String |
pausedText |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowScreen() |
| Modifier and Type | Method and Description |
|---|---|
FlowConnector |
getConnector()
Gets the value of the connector property.
|
List<FlowScreenField> |
getFields()
Gets the value of the fields property.
|
String |
getHelpText()
Gets the value of the helpText property.
|
String |
getPausedText()
Gets the value of the pausedText property.
|
Boolean |
isAllowBack()
Gets the value of the allowBack property.
|
Boolean |
isAllowFinish()
Gets the value of the allowFinish property.
|
Boolean |
isAllowPause()
Gets the value of the allowPause property.
|
void |
setAllowBack(Boolean value)
Sets the value of the allowBack property.
|
void |
setAllowFinish(Boolean value)
Sets the value of the allowFinish property.
|
void |
setAllowPause(Boolean value)
Sets the value of the allowPause property.
|
void |
setConnector(FlowConnector value)
Sets the value of the connector property.
|
void |
setHelpText(String value)
Sets the value of the helpText property.
|
void |
setPausedText(String value)
Sets the value of the pausedText property.
|
getLabel, getLocationX, getLocationY, setLabel, setLocationX, setLocationYgetDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected Boolean allowBack
protected Boolean allowFinish
protected Boolean allowPause
protected FlowConnector connector
protected List<FlowScreenField> fields
protected String helpText
protected String pausedText
public Boolean isAllowBack()
Booleanpublic void setAllowBack(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowFinish()
Booleanpublic void setAllowFinish(Boolean value)
value - allowed object is
Booleanpublic Boolean isAllowPause()
Booleanpublic void setAllowPause(Boolean value)
value - allowed object is
Booleanpublic FlowConnector getConnector()
FlowConnectorpublic void setConnector(FlowConnector value)
value - allowed object is
FlowConnectorpublic List<FlowScreenField> getFields()
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 fields property.
For example, to add a new item, do as follows:
getFields().add(newItem);
Objects of the following type(s) are allowed in the list
FlowScreenField
public String getHelpText()
Stringpublic void setHelpText(String value)
value - allowed object is
Stringpublic String getPausedText()
StringCopyright © 2016. All rights reserved.