Documentation Language: Swift

Method

eGet(_:)

Reflectively retrieves the value of a feature by name.

func eGet(_ featureName: String) -> (any EcoreValue)?

Parameters

featureName

The name of the structural feature to retrieve.

Return Value

The feature’s current value, or nil if not set or not found.