public class FlowFormula extends FlowElement
Java class for FlowFormula complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowFormula">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowElement">
<sequence>
<element name="dataType" type="{urn:tooling.soap.sforce.com}FlowDataType" minOccurs="0"/>
<element name="expression" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="scale" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FlowDataType |
dataType |
protected String |
expression |
protected Integer |
scale |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowFormula() |
| Modifier and Type | Method and Description |
|---|---|
FlowDataType |
getDataType()
Gets the value of the dataType property.
|
String |
getExpression()
Gets the value of the expression property.
|
Integer |
getScale()
Gets the value of the scale property.
|
void |
setDataType(FlowDataType value)
Sets the value of the dataType property.
|
void |
setExpression(String value)
Sets the value of the expression property.
|
void |
setScale(Integer value)
Sets the value of the scale property.
|
getDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected FlowDataType dataType
protected String expression
protected Integer scale
public FlowDataType getDataType()
FlowDataTypepublic void setDataType(FlowDataType value)
value - allowed object is
FlowDataTypepublic String getExpression()
Stringpublic void setExpression(String value)
value - allowed object is
Stringpublic Integer getScale()
IntegerCopyright © 2016. All rights reserved.