Documentation Language: Swift

Method

getStructuralFeature(name:)

Retrieve a structural feature by name.

func getStructuralFeature(name: String) -> (any EStructuralFeature)?

Parameters

name

The name of the feature to find.

Return Value

The matching feature, or nil if not found.

Discussion

Searches this class’s features first, then searches inherited features from supertypes.