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