Package org.flowable.bpmn.model
Class IOSpecification
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.IOSpecification
-
- All Implemented Interfaces:
HasExtensionAttributes
public class IOSpecification extends BaseElement
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>dataInputRefsprotected List<DataSpec>dataInputsprotected List<String>dataOutputRefsprotected List<DataSpec>dataOutputs-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description IOSpecification()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOSpecificationclone()List<String>getDataInputRefs()List<DataSpec>getDataInputs()List<String>getDataOutputRefs()List<DataSpec>getDataOutputs()voidsetDataInputRefs(List<String> dataInputRefs)voidsetDataInputs(List<DataSpec> dataInputs)voidsetDataOutputRefs(List<String> dataOutputRefs)voidsetDataOutputs(List<DataSpec> dataOutputs)voidsetValues(IOSpecification otherSpec)-
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
-
clone
public IOSpecification clone()
- Specified by:
clonein classBaseElement
-
setValues
public void setValues(IOSpecification otherSpec)
-
-