12 if ( flowNode->
name.has_value() ) {
13 name = flowNode->
name.value().get().value;
Base class for BPMN elements within a Scope.
std::optional< std::string > name
FlowNode(XML::bpmn::tFlowNode *flowNode, Scope *parent)
Base class for all nodes in a BPMN model.
Base class for BPMN elements that may contain a ChildNode elements.
std::optional< std::reference_wrapper< Attribute > > name
Attribute value can be expected to be of type 'std::string'.
The BPMN namespace contains linked classes representing a BPMN model.