Method
get(name:)
Retrieves the value for a feature by name.
func get(name: String) -> (any EcoreValue)?
Parameters
name-
The name of the feature to retrieve.
Return Value
The feature’s value, or nil if not set.
Discussion
This is used for dynamic features that don’t have defined EStructuralFeature objects.