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