Method
get(feature:)
Retrieves the value for a feature.
func get(feature: EUUID) -> (any EcoreValue)?
Parameters
feature-
The identifier of the feature to retrieve.
Return Value
The feature’s value, or nil if not set.
Method
Retrieves the value for a feature.
func get(feature: EUUID) -> (any EcoreValue)?
featureThe identifier of the feature to retrieve.
The feature’s value, or nil if not set.