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