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
-
Method Summary
Modifier and TypeMethodDescription<T extends BpmnModelElementInstance>
TgetValue()
void
<T extends BpmnModelElementInstance>
voidsetValue
(T value)
-
Method Details
-
getValue
-
removeValue
void removeValue() -
setValue
-