public class FlowNode extends FlowElement
Java class for FlowNode complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FlowNode">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}FlowElement">
<sequence>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="locationX" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="locationY" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
label |
protected int |
locationX |
protected int |
locationY |
description, nameprocessMetadataValues| Constructor and Description |
|---|
FlowNode() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the value of the label property.
|
int |
getLocationX()
Gets the value of the locationX property.
|
int |
getLocationY()
Gets the value of the locationY property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLocationX(int value)
Sets the value of the locationX property.
|
void |
setLocationY(int value)
Sets the value of the locationY property.
|
getDescription, getName, setDescription, setNamegetProcessMetadataValuesprotected String label
protected int locationX
protected int locationY
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic int getLocationX()
public void setLocationX(int value)
public int getLocationY()
public void setLocationY(int value)
Copyright © 2016. All rights reserved.