Documentation Language: Swift

Protocol

EStructuralFeature

A structural feature (attribute or reference) in the Ecore metamodel.

protocol EStructuralFeature : Hashable, Identifiable, Sendable where Self.ID == UUID

Overview

Structural features represent the properties of a class, including both attributes (data values) and references (relationships to other objects).

Topics

Instance Properties

V
name

The name of this structural feature.

Relationships

Inherits From

Conforming Types

See Also

Structural Features

S
EAttribute

An attribute in the Ecore metamodel.

S
EReference

A reference in the Ecore metamodel.