aas_core3.stringification
De-serialize enumerations from string representations.
- aas_core3.stringification.modelling_kind_from_str(text: str) Optional[ModellingKind][source]
Parse
textas string representation ofaas_core3.ModellingKind.If
textis not a valid string representation of a literal ofaas_core3.ModellingKind, returnNone.
- aas_core3.stringification.qualifier_kind_from_str(text: str) Optional[QualifierKind][source]
Parse
textas string representation ofaas_core3.QualifierKind.If
textis not a valid string representation of a literal ofaas_core3.QualifierKind, returnNone.
- aas_core3.stringification.asset_kind_from_str(text: str) Optional[AssetKind][source]
Parse
textas string representation ofaas_core3.AssetKind.If
textis not a valid string representation of a literal ofaas_core3.AssetKind, returnNone.
- aas_core3.stringification.aas_submodel_elements_from_str(text: str) Optional[AASSubmodelElements][source]
Parse
textas string representation ofaas_core3.AASSubmodelElements.If
textis not a valid string representation of a literal ofaas_core3.AASSubmodelElements, returnNone.
- aas_core3.stringification.entity_type_from_str(text: str) Optional[EntityType][source]
Parse
textas string representation ofaas_core3.EntityType.If
textis not a valid string representation of a literal ofaas_core3.EntityType, returnNone.
- aas_core3.stringification.direction_from_str(text: str) Optional[Direction][source]
Parse
textas string representation ofaas_core3.Direction.If
textis not a valid string representation of a literal ofaas_core3.Direction, returnNone.
- aas_core3.stringification.state_of_event_from_str(text: str) Optional[StateOfEvent][source]
Parse
textas string representation ofaas_core3.StateOfEvent.If
textis not a valid string representation of a literal ofaas_core3.StateOfEvent, returnNone.
- aas_core3.stringification.reference_types_from_str(text: str) Optional[ReferenceTypes][source]
Parse
textas string representation ofaas_core3.ReferenceTypes.If
textis not a valid string representation of a literal ofaas_core3.ReferenceTypes, returnNone.
- aas_core3.stringification.key_types_from_str(text: str) Optional[KeyTypes][source]
Parse
textas string representation ofaas_core3.KeyTypes.If
textis not a valid string representation of a literal ofaas_core3.KeyTypes, returnNone.
- aas_core3.stringification.data_type_def_xsd_from_str(text: str) Optional[DataTypeDefXSD][source]
Parse
textas string representation ofaas_core3.DataTypeDefXSD.If
textis not a valid string representation of a literal ofaas_core3.DataTypeDefXSD, returnNone.
- aas_core3.stringification.data_type_iec_61360_from_str(text: str) Optional[DataTypeIEC61360][source]
Parse
textas string representation ofaas_core3.DataTypeIEC61360.If
textis not a valid string representation of a literal ofaas_core3.DataTypeIEC61360, returnNone.