Interface OperatonGenericValueElement
- All Known Subinterfaces:
OperatonEntry,OperatonInputParameter,OperatonOutputParameter
- All Known Implementing Classes:
OperatonEntryImpl,OperatonGenericValueElementImpl,OperatonInputParameterImpl,OperatonOutputParameterImpl
public interface OperatonGenericValueElement
A helper interface for operaton extension elements which
hold a generic child element like operaton:inputParameter,
operaton:outputParameter and operaton: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
-