Documentation Language: Swift

Method

createEAttribute(from:)

Create an EAttribute from a DynamicEObject with full cross-reference resolution.

func createEAttribute(from object: any EObject) async throws -> EAttribute

Parameters

object

The DynamicEObject representing an EAttribute.

Return Value

A fully constructed EAttribute with type resolved.

Discussion

This method constructs an EAttribute by resolving type references through UUID-based cross-references when necessary.