Package org.flowable.bpmn.model
Class Lane
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.Lane
-
- All Implemented Interfaces:
HasExtensionAttributes
public class Lane extends BaseElement
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>flowReferencesprotected Stringnameprotected ProcessparentProcess-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description Lane()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Laneclone()List<String>getFlowReferences()StringgetName()ProcessgetParentProcess()voidsetFlowReferences(List<String> flowReferences)voidsetName(String name)voidsetParentProcess(Process parentProcess)voidsetValues(Lane otherElement)-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getParentProcess
public Process getParentProcess()
-
setParentProcess
public void setParentProcess(Process parentProcess)
-
clone
public Lane clone()
- Specified by:
clonein classBaseElement
-
setValues
public void setValues(Lane otherElement)
-
-