Protocol
EClassifier
A classifier (type) in the Ecore metamodel.
protocol EClassifier : Hashable, Identifiable, Sendable where Self.ID == UUID
Overview
Classifiers define types in the metamodel, including classes, data types, and enumerations. Each classifier has a unique identifier and a name that distinguishes it within its package.
Topics
Instance Properties
V
name
The name of this classifier.
Relationships
Inherits From
Conforming Types
See Also
Classifiers
S
EDataType
A data type in the Ecore metamodel.
S
EEnum
An enumeration type in the Ecore metamodel.
S
EEnumLiteral
A literal value within an enumeration.