org.camunda.bpm.model.bpmn.instance.camunda
Interface CamundaGenericValueElement
- All Known Subinterfaces:
- CamundaEntry, CamundaInputParameter, CamundaOutputParameter
- All Known Implementing Classes:
- CamundaEntryImpl, CamundaGenericValueElementImpl, CamundaInputParameterImpl, CamundaOutputParameterImpl
public interface CamundaGenericValueElement
A helper interface for camunda extension elements which
hold a generic child element like camunda:inputParameter,
camunda:outputParameter and camunda:entry.
- Author:
- Sebastian Menski
getValue
<T extends BpmnModelElementInstance> T getValue()
removeValue
void removeValue()
setValue
<T extends BpmnModelElementInstance> void setValue(T value)
Copyright © 2017 camunda services GmbH. All rights reserved.