public class FlowVariable extends FlowElement
Java class for FlowVariable complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowVariable">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowElement">
<sequence>
<element name="dataType" type="{urn:tooling.soap.sforce.com}FlowDataType"/>
<element name="isCollection" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isInput" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="isOutput" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="objectType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="scale" type="{http://www.w3.org/2001/XMLSchema}int" 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 FlowDataType |
dataType |
protected Boolean |
isCollection |
protected Boolean |
isInput |
protected Boolean |
isOutput |
protected String |
objectType |
protected Integer |
scale |
protected FlowElementReferenceOrValue |
value |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowVariable() |
| Modifier and Type | Method and Description |
|---|---|
FlowDataType |
getDataType()
Gets the value of the dataType property.
|
String |
getObjectType()
Gets the value of the objectType property.
|
Integer |
getScale()
Gets the value of the scale property.
|
FlowElementReferenceOrValue |
getValue()
Gets the value of the value property.
|
Boolean |
isIsCollection()
Gets the value of the isCollection property.
|
Boolean |
isIsInput()
Gets the value of the isInput property.
|
Boolean |
isIsOutput()
Gets the value of the isOutput property.
|
void |
setDataType(FlowDataType value)
Sets the value of the dataType property.
|
void |
setIsCollection(Boolean value)
Sets the value of the isCollection property.
|
void |
setIsInput(Boolean value)
Sets the value of the isInput property.
|
void |
setIsOutput(Boolean value)
Sets the value of the isOutput property.
|
void |
setObjectType(String value)
Sets the value of the objectType property.
|
void |
setScale(Integer value)
Sets the value of the scale property.
|
void |
setValue(FlowElementReferenceOrValue value)
Sets the value of the value property.
|
getDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected FlowDataType dataType
protected Boolean isCollection
protected Boolean isInput
protected Boolean isOutput
protected String objectType
protected Integer scale
protected FlowElementReferenceOrValue value
public FlowDataType getDataType()
FlowDataTypepublic void setDataType(FlowDataType value)
value - allowed object is
FlowDataTypepublic Boolean isIsCollection()
Booleanpublic void setIsCollection(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsInput()
Booleanpublic void setIsInput(Boolean value)
value - allowed object is
Booleanpublic Boolean isIsOutput()
Booleanpublic void setIsOutput(Boolean value)
value - allowed object is
Booleanpublic String getObjectType()
Stringpublic void setObjectType(String value)
value - allowed object is
Stringpublic Integer getScale()
Integerpublic void setScale(Integer value)
value - allowed object is
Integerpublic FlowElementReferenceOrValue getValue()
FlowElementReferenceOrValuepublic void setValue(FlowElementReferenceOrValue value)
value - allowed object is
FlowElementReferenceOrValueCopyright © 2016. All rights reserved.