Documentation Language: Swift

Method

set(feature:value:)

Sets the value for a feature.

mutating func set(feature: EUUID, value: (any EcoreValue)?)

Parameters

feature

The identifier of the feature to set.

value

The new value, or nil to unset.

Discussion

If value is nil, this is equivalent to calling unset(feature:).