public class FlowCondition extends FlowBaseElement
Java class for FlowCondition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowCondition">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowBaseElement">
<sequence>
<element name="leftValueReference" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="operator" type="{urn:tooling.soap.sforce.com}FlowComparisonOperator"/>
<element name="rightValue" type="{urn:metadata.tooling.soap.sforce.com}FlowElementReferenceOrValue" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
leftValueReference |
protected FlowComparisonOperator |
operator |
protected FlowElementReferenceOrValue |
rightValue |
processMetadataValues| Constructor and Description |
|---|
FlowCondition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLeftValueReference()
Gets the value of the leftValueReference property.
|
FlowComparisonOperator |
getOperator()
Gets the value of the operator property.
|
FlowElementReferenceOrValue |
getRightValue()
Gets the value of the rightValue property.
|
void |
setLeftValueReference(String value)
Sets the value of the leftValueReference property.
|
void |
setOperator(FlowComparisonOperator value)
Sets the value of the operator property.
|
void |
setRightValue(FlowElementReferenceOrValue value)
Sets the value of the rightValue property.
|
getProcessMetadataValuesprotected String leftValueReference
protected FlowComparisonOperator operator
protected FlowElementReferenceOrValue rightValue
public String getLeftValueReference()
Stringpublic void setLeftValueReference(String value)
value - allowed object is
Stringpublic FlowComparisonOperator getOperator()
FlowComparisonOperatorpublic void setOperator(FlowComparisonOperator value)
value - allowed object is
FlowComparisonOperatorpublic FlowElementReferenceOrValue getRightValue()
FlowElementReferenceOrValuepublic void setRightValue(FlowElementReferenceOrValue value)
value - allowed object is
FlowElementReferenceOrValueCopyright © 2016. All rights reserved.