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 visiblename
.- Since:
- 8.4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IWorkflowBpmnAlignmentItem<StyledBpmnLabel,?>
nameText()
Gets the alignment item for the name of the BPMN element.-
Methods inherited from interface de.xima.fc.interfaces.workflow.bpmn.IBpmnElementLayout
bpmnElement, element, item
-
-
-
-
Method Detail
-
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.
-
-