public class Lane extends BaseElement
Modifier and Type | Field and Description |
---|---|
protected List<String> |
flowReferences |
protected String |
name |
protected Process |
parentProcess |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
Constructor and Description |
---|
Lane() |
Modifier and Type | Method and Description |
---|---|
Lane |
clone() |
List<String> |
getFlowReferences() |
String |
getName() |
Process |
getParentProcess() |
void |
setFlowReferences(List<String> flowReferences) |
void |
setName(String name) |
void |
setParentProcess(Process parentProcess) |
void |
setValues(Lane otherElement) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
public String getName()
public void setName(String name)
public Process getParentProcess()
public void setParentProcess(Process parentProcess)
public Lane clone()
clone
in class BaseElement
public void setValues(Lane otherElement)
Copyright © 2016 Alfresco. All rights reserved.