public class Process extends CmmnElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
externalRef |
protected String |
implementationType |
protected String |
name |
documentation, documentationTextFormatattributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
Process() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalRef() |
String |
getImplementationType() |
String |
getName() |
void |
setExternalRef(String externalRef) |
void |
setImplementationType(String implementationType) |
void |
setName(String name) |
getDocumentation, getDocumentationTextFormat, setDocumentation, setDocumentationTextFormat, setValuesaddAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String name
protected String externalRef
protected String implementationType
public String getName()
public void setName(String name)
public String getExternalRef()
public void setExternalRef(String externalRef)
public String getImplementationType()
public void setImplementationType(String implementationType)
Copyright © 2021 Flowable. All rights reserved.