Interface INamedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
- Type Parameters:
Element- The type of the BPMN element that is laid out.
- All Superinterfaces:
IBpmnElementAccessor<Element>, IBpmnElementLayout<Element>
- All Known Subinterfaces:
IAnnotatedNamedBpmnElementLayout<Element>, ISubProcessBpmnElementLayout<Element>
public interface INamedBpmnElementLayout<Element extends de.xima.bpmn_model.api.behavior.BpmnElement<?>>
extends IBpmnElementLayout<Element>
Represents a laid out BPMN element that has a visible
name.- Since:
- 8.4.0
-
Method Summary
Modifier and TypeMethodDescriptionnameText()Gets the alignment item for the name of the BPMN element.Methods inherited from interface IBpmnElementLayout
bpmnElement, element, item
-
Method Details
-
nameText
IWorkflowBpmnAlignmentItem<StyledBpmnLabel, ?> nameText()Gets the alignment item for the name of the BPMN element.- Returns:
- The name of the BPMN element, or null if it has no name.
-