Package de.xima.fc.common.workflow.bpmn
Class WorkflowBpmnPointRef.StructuredPartRef
- java.lang.Object
-
- de.xima.fc.common.workflow.bpmn.WorkflowBpmnPointRef
-
- de.xima.fc.common.workflow.bpmn.WorkflowBpmnPointRef.StructuredPartRef
-
- Direct Known Subclasses:
WorkflowBpmnPointRef.StructuredPartIncomingRef
,WorkflowBpmnPointRef.StructuredPartOutgoingRef
- Enclosing class:
- WorkflowBpmnPointRef
public abstract static class WorkflowBpmnPointRef.StructuredPartRef extends WorkflowBpmnPointRef
- Since:
- 8.4.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.xima.fc.common.workflow.bpmn.WorkflowBpmnPointRef
WorkflowBpmnPointRef.FlowNodeIncomingRef, WorkflowBpmnPointRef.FlowNodeOutgoingRef, WorkflowBpmnPointRef.FlowNodeRef, WorkflowBpmnPointRef.StructuredPartIncomingRef, WorkflowBpmnPointRef.StructuredPartOutgoingRef, WorkflowBpmnPointRef.StructuredPartRef
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
TheID
of theIStructuredBpmnModelPart
this reference points to.-
Methods inherited from class de.xima.fc.common.workflow.bpmn.WorkflowBpmnPointRef
equals, flowNodeIncomingRef, flowNodeOutgoingRef, hashCode, partIncomingRef, partIncomingRef, partOutgoingRef, partOutgoingRef, toString
-
-
-
-
Field Detail
-
id
protected final String id
-
-
Method Detail
-
id
public final String id()
TheID
of theIStructuredBpmnModelPart
this reference points to.- Returns:
- The ID of the model part.
-
-