Documentation Language: Swift

Method

eSet(_:value:)

Reflectively sets the value of a feature by name.

mutating func eSet(_ featureName: String, value: (any EcoreValue)?)

Parameters

featureName

The name of the structural feature to modify.

value

The new value, or nil to unset.