@@ -376,15 +376,15 @@ def __init__(self,
376
376
'TransformerHardErrorEvent' : self ._write_transformer_hard_error_event ,
377
377
'PortDefinedArgumentValue' : self ._write_port_defined_argument_value ,
378
378
'CommunicationBufferLocking' : self ._write_communication_buffer_locking ,
379
- 'PortAPIOption ' : self ._write_port_api_option ,
379
+ 'PortApiOption ' : self ._write_port_api_option ,
380
380
'AsynchronousServerCallPoint' : self ._write_async_server_call_point ,
381
381
'SynchronousServerCallPoint' : self ._write_sync_server_call_point ,
382
382
'AsynchronousServerCallResultPoint' : self ._write_async_server_call_result_point ,
383
383
'ExternalTriggeringPoint' : self ._write_external_triggering_point ,
384
384
'InternalTriggeringPoint' : self ._write_internal_triggering_point ,
385
385
'ModeAccessPoint' : self ._write_mode_access_point ,
386
386
'ModeSwitchPoint' : self ._write_mode_switch_point ,
387
- 'ParameterInAtomicSWCTypeInstanceRef ' : self ._write_parameter_in_atomic_swc_type_instance_ref ,
387
+ 'ParameterInAtomicSwcTypeInstanceRef ' : self ._write_parameter_in_atomic_swc_type_instance_ref ,
388
388
'AutosarParameterRef' : self ._write_autosar_parameter_ref ,
389
389
'ParameterAccess' : self ._write_parameter_access ,
390
390
'WaitPoint' : self ._write_wait_point ,
@@ -4279,13 +4279,13 @@ def _write_mode_switch_point(self, elem: ar_element.ModeSwitchPoint) -> None:
4279
4279
self ._leave_child ()
4280
4280
4281
4281
def _write_parameter_in_atomic_swc_type_instance_ref (self ,
4282
- elem : ar_element .ParameterInAtomicSWCTypeInstanceRef
4282
+ elem : ar_element .ParameterInAtomicSwcTypeInstanceRef
4283
4283
) -> None :
4284
4284
"""
4285
4285
Writes complex type AR:PARAMETER-IN-ATOMIC-SWC-TYPE-INSTANCE-REF
4286
4286
Tag variants: 'AUTOSAR-PARAMETER-IREF'
4287
4287
"""
4288
- assert isinstance (elem , ar_element .ParameterInAtomicSWCTypeInstanceRef )
4288
+ assert isinstance (elem , ar_element .ParameterInAtomicSwcTypeInstanceRef )
4289
4289
tag = "AUTOSAR-PARAMETER-IREF"
4290
4290
if elem .is_empty :
4291
4291
self ._add_content (tag )
@@ -4736,12 +4736,12 @@ def _write_communication_buffer_locking(self, elem: ar_element.CommunicationBuff
4736
4736
self ._add_content ("SUPPORT-BUFFER-LOCKING" , ar_enum .enum_to_xml (elem .support_buffer_locking ))
4737
4737
self ._leave_child ()
4738
4738
4739
- def _write_port_api_option (self , elem : ar_element .PortAPIOption ) -> None :
4739
+ def _write_port_api_option (self , elem : ar_element .PortApiOption ) -> None :
4740
4740
"""
4741
4741
Writes complex type AR:PORT-API-OPTION
4742
4742
Tag variants: 'PORT-API-OPTION'
4743
4743
"""
4744
- assert isinstance (elem , ar_element .PortAPIOption )
4744
+ assert isinstance (elem , ar_element .PortApiOption )
4745
4745
tag = "PORT-API-OPTION"
4746
4746
if elem .is_empty :
4747
4747
self ._add_content (tag )
@@ -4750,7 +4750,7 @@ def _write_port_api_option(self, elem: ar_element.PortAPIOption) -> None:
4750
4750
self ._write_port_api_option_group (elem )
4751
4751
self ._leave_child ()
4752
4752
4753
- def _write_port_api_option_group (self , elem : ar_element .PortAPIOption ) -> None :
4753
+ def _write_port_api_option_group (self , elem : ar_element .PortApiOption ) -> None :
4754
4754
"""
4755
4755
Writes group AR:PORT-API-OPTION
4756
4756
Tag variants: 'PORT-API-OPTION'
0 commit comments