Interface IBpmnElementAccessor<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
-
- Type Parameters:
Element
- The type of the BPMN element contained in this container.
- All Known Subinterfaces:
IAnnotatedBpmnElementLayout<Element>
,IAnnotatedNamedBpmnElementLayout<Element>
,IBoundedBpmnElementLayout<Element>
,IBpmnElementLayout<Element>
,INamedBpmnElementLayout<Element>
,ISubProcessBpmnElementLayout<Element>
public interface IBpmnElementAccessor<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
Generic interface for a container that holds a single BPMN element or provides access to it.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Element
bpmnElement()
Gets the BPMN element contained in this container.
-
-
-
Method Detail
-
bpmnElement
Element bpmnElement()
Gets the BPMN element contained in this container.- Returns:
- The BPMN element that this container holds.
-
-