Documentation Language: Swift

Method

setProperty(_:property:value:)

Set a property value on an object.

func setProperty(_ object: any EObject, property: String, value: (any EcoreValue)?) async throws

Parameters

object

The target EObject to modify

property

The name of the property to set

value

The new value for the property

Discussion