Documentation Language: Swift

Method

eGet(objectId:feature:)

Gets a feature value from an object managed by this resource.

func eGet(objectId: EUUID, feature featureName: String) -> (any EcoreValue)?

Parameters

objectId

The ID of the object to query.

featureName

The name of the feature to get.

Return Value

The feature value, or nil if not found.