public class FlowConstant extends FlowElement
Java class for FlowConstant complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowConstant">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowElement">
<sequence>
<element name="dataType" type="{urn:tooling.soap.sforce.com}FlowDataType"/>
<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 FlowElementReferenceOrValue |
value |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowConstant() |
| Modifier and Type | Method and Description |
|---|---|
FlowDataType |
getDataType()
Gets the value of the dataType property.
|
FlowElementReferenceOrValue |
getValue()
Gets the value of the value property.
|
void |
setDataType(FlowDataType value)
Sets the value of the dataType property.
|
void |
setValue(FlowElementReferenceOrValue value)
Sets the value of the value property.
|
getDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected FlowDataType dataType
protected FlowElementReferenceOrValue value
public FlowDataType getDataType()
FlowDataTypepublic void setDataType(FlowDataType value)
value - allowed object is
FlowDataTypepublic FlowElementReferenceOrValue getValue()
FlowElementReferenceOrValuepublic void setValue(FlowElementReferenceOrValue value)
value - allowed object is
FlowElementReferenceOrValueCopyright © 2016. All rights reserved.