aas_core_rc02.stringification
De-serialize enumerations from string representations.
- aas_core3_rc02.stringification.modeling_kind_from_str(text: str) Optional[ModelingKind][source]
Parse
textas string representation ofaas_core3_rc02.ModelingKind.If
textis not a valid string representation of a literal ofaas_core3_rc02.ModelingKind, returnNone.
- aas_core3_rc02.stringification.qualifier_kind_from_str(text: str) Optional[QualifierKind][source]
Parse
textas string representation ofaas_core3_rc02.QualifierKind.If
textis not a valid string representation of a literal ofaas_core3_rc02.QualifierKind, returnNone.
- aas_core3_rc02.stringification.asset_kind_from_str(text: str) Optional[AssetKind][source]
Parse
textas string representation ofaas_core3_rc02.AssetKind.If
textis not a valid string representation of a literal ofaas_core3_rc02.AssetKind, returnNone.
- aas_core3_rc02.stringification.aas_submodel_elements_from_str(text: str) Optional[AasSubmodelElements][source]
Parse
textas string representation ofaas_core3_rc02.AasSubmodelElements.If
textis not a valid string representation of a literal ofaas_core3_rc02.AasSubmodelElements, returnNone.
- aas_core3_rc02.stringification.entity_type_from_str(text: str) Optional[EntityType][source]
Parse
textas string representation ofaas_core3_rc02.EntityType.If
textis not a valid string representation of a literal ofaas_core3_rc02.EntityType, returnNone.
- aas_core3_rc02.stringification.direction_from_str(text: str) Optional[Direction][source]
Parse
textas string representation ofaas_core3_rc02.Direction.If
textis not a valid string representation of a literal ofaas_core3_rc02.Direction, returnNone.
- aas_core3_rc02.stringification.state_of_event_from_str(text: str) Optional[StateOfEvent][source]
Parse
textas string representation ofaas_core3_rc02.StateOfEvent.If
textis not a valid string representation of a literal ofaas_core3_rc02.StateOfEvent, returnNone.
- aas_core3_rc02.stringification.reference_types_from_str(text: str) Optional[ReferenceTypes][source]
Parse
textas string representation ofaas_core3_rc02.ReferenceTypes.If
textis not a valid string representation of a literal ofaas_core3_rc02.ReferenceTypes, returnNone.
- aas_core3_rc02.stringification.key_types_from_str(text: str) Optional[KeyTypes][source]
Parse
textas string representation ofaas_core3_rc02.KeyTypes.If
textis not a valid string representation of a literal ofaas_core3_rc02.KeyTypes, returnNone.
- aas_core3_rc02.stringification.data_type_def_xsd_from_str(text: str) Optional[DataTypeDefXsd][source]
Parse
textas string representation ofaas_core3_rc02.DataTypeDefXsd.If
textis not a valid string representation of a literal ofaas_core3_rc02.DataTypeDefXsd, returnNone.
- aas_core3_rc02.stringification.data_type_iec_61360_from_str(text: str) Optional[DataTypeIEC61360][source]
Parse
textas string representation ofaas_core3_rc02.DataTypeIEC61360.If
textis not a valid string representation of a literal ofaas_core3_rc02.DataTypeIEC61360, returnNone.