public class CollectionHandler extends BaseElement
| Modifier and Type | Field and Description |
|---|---|
protected String |
implementation |
protected String |
implementationType |
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber| Constructor and Description |
|---|
CollectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
CollectionHandler |
clone() |
String |
getImplementation() |
String |
getImplementationType() |
void |
setImplementation(String implementation) |
void |
setImplementationType(String implementationType) |
void |
setValues(CollectionHandler otherParser) |
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumberprotected String implementationType
protected String implementation
public String getImplementationType()
public void setImplementationType(String implementationType)
public String getImplementation()
public void setImplementation(String implementation)
public void setValues(CollectionHandler otherParser)
public CollectionHandler clone()
clone in class BaseElementCopyright © 2020 Flowable. All rights reserved.